Skip to main content

ErrorResponseDto

Properties

NameTypeDescriptionNotes
detailCode(optional) stringFine-grained error code providing more detail of the error.[default to undefined]
trackingId(optional) stringUnique tracking id for the error.[default to undefined]
messages(optional) Array<ErrorMessageDto>Generic localized reason for error[default to undefined]
causes(optional) Array<ErrorMessageDto>Plain-text descriptive reasons to provide additional detail to the text provided in the messages field[default to undefined]