ErrorResponseAdmDto

constructor(endpoint: String, code: String? = null, messages: MutableList<ErrorMessageAdmDto>? = null, datetime: OffsetDateTime? = null, traceId: String? = null)

Parameters

endpoint

Endpoint name in which the error occurred.

code

Error code

messages

Array of the error messages. In case of wrong input parameters, for each wrong parameter an array element will be present.

datetime

Date time of the server when the error occurred. Defined in RFC 3339 format.

traceId

Trace or request ID of the call.