ExceptionDirective

data class ExceptionDirective(val header: Header, val payload: ExceptionDirective.Payload)

Constructors

Link copied to clipboard
fun ExceptionDirective(header: Header, payload: ExceptionDirective.Payload)

Types

Link copied to clipboard
data class Payload(val code: String, val description: String?)

Properties

Link copied to clipboard
val header: Header
Link copied to clipboard
val payload: ExceptionDirective.Payload