> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tesouro.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AcceptorApplicationStakeholderFieldValidationErrorCode

> Error codes for field-level validation failures on a stakeholder within an acceptor application.

`ENUM`

Error codes for field-level validation failures on a stakeholder within an acceptor application.

## Values

<ResponseField name="FIELD_TOO_LONG" type="enum">
  A field value exceeds the maximum allowed length.
</ResponseField>

<ResponseField name="INVALID_FIELD" type="enum">
  The field value does not meet the required format or constraints.
</ResponseField>

<ResponseField name="INVALID_TELEPHONE_NUMBER" type="enum">
  The stakeholder's telephone number is invalid. It must be a valid phone number containing only
  digits, with optional dashes, dots, or spaces.
</ResponseField>

<ResponseField name="MISSING_FIELD" type="enum">
  A required field was not provided.
</ResponseField>
