ErrorDefinitionResponse

data class ErrorDefinitionResponse(val additionalInfo: List<TypedErrorInfoResponse>, val code: String, val details: List<ErrorDefinitionResponse>, val message: String, val target: String)

Error definition.

Constructors

Link copied to clipboard
constructor(additionalInfo: List<TypedErrorInfoResponse>, code: String, details: List<ErrorDefinitionResponse>, message: String, target: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Additional scenario specific error details.

Link copied to clipboard

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

Link copied to clipboard

Internal error details.

Link copied to clipboard

Description of the error.

Link copied to clipboard

The target of the error.