Package-level declarations
Types
Link copied to clipboard
Status, if ACTIVE or INACTIVE. Values: ACTIVE,INACTIVE
Link copied to clipboard
Message, which contains more details about the error.
Link copied to clipboard
data class ErrorResponseAdmDto(var endpoint: String, var code: String? = null, var messages: MutableList<ErrorMessageAdmDto>? = null, var datetime: OffsetDateTime? = null, var traceId: String? = null)
Response if an error occurs. It contains information about the error, the date-time and the path for better support in error cases.
Link copied to clipboard
Link copied to clipboard
Status of the request. The status can have the following states:
SUCCESSFUL- Request was processed successfulFAILED- Request failed without errors
Link copied to clipboard
Status object.