ModelError
Import this model from the entry point of its package:
import { ModelError } from '@sailpoint/angular-sdk/custom_forms';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| detailCode | (optional) string | DetailCode is the text of the status code returned | [default to undefined] |
| messages | (optional) Array<ErrorMessage> | [default to undefined] | |
| trackingId | (optional) string | TrackingID is the request tracking unique identifier | [default to undefined] |