ErrorDefinitionResponse

data class ErrorDefinitionResponse(val code: String, val message: String)

Error definition.

Constructors

Link copied to clipboard
constructor(code: String, message: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Service specific error code which serves as the substatus for the HTTP error code.

Link copied to clipboard

Description of the error.