Skip to main content

FormError

Import this model from the entry point of its package:

import { FormError } from '@sailpoint/angular-sdk/custom_forms';

Properties

NameTypeDescriptionNotes
key(optional) stringKey is the technical key[default to undefined]
messages(optional) Array<ErrorMessage>Messages is a list of web.ErrorMessage items[default to undefined]
value(optional) anyValue is the value associated with a Key[default to undefined]