Skip to main content

ErrorResponseDto

Import this model from the entry point of its package:

import { ErrorResponseDto } from '@sailpoint/angular-sdk/sod_controls';

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]