OBJECT
Represents a field-level validation error on a stakeholder within an acceptor application.
Fields
A helpful message describing how to fix the invalid value.
code
AcceptorApplicationStakeholderFieldValidationErrorCode!
required
A static code for tying the response back programmatically.Show Possible enum values
A field value exceeds the maximum allowed length.
The field value does not meet the required format or constraints.
The stakeholder’s telephone number is invalid. It must be a valid phone number containing only digits, with optional dashes, dots, or spaces.
A required field was not provided.
The name of the field that failed validation.
The ID of the stakeholder whose field failed validation.