ErrorResponse

data class ErrorResponse(val requestId: UUID, val error: ErrorResponse.Error)(source)

Constructors

Link copied to clipboard
constructor(requestId: UUID, error: ErrorResponse.Error)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class Error(val type: String, val code: String, val message: String?)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun toXml(): String