FormError
Import this model from the entry point of its package:
import { FormError } from '@sailpoint/angular-sdk/custom_forms';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| key | (optional) string | Key is the technical key | [default to undefined] |
| messages | (optional) Array<ErrorMessage> | Messages is a list of web.ErrorMessage items | [default to undefined] |
| value | (optional) any | Value is the value associated with a Key | [default to undefined] |