> ## 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.

# AcceptorApplicationValidationErrorCode

> Error codes for application-level validation failures on acceptor applications.

`ENUM`

Error codes for application-level validation failures on acceptor applications.

## Values

<ResponseField name="INTERNAL_SERVER_ERROR" type="enum">
  An unexpected server error occurred while processing the application.
</ResponseField>

<ResponseField name="INVALID_OWNER" type="enum">
  The caller does not own the application or lacks permission to modify it.
</ResponseField>

<ResponseField name="INVALID_STATUS" type="enum">
  The application is in a state that does not permit this operation.
</ResponseField>

<ResponseField name="MISSING_GUARANTOR" type="enum">
  The application is missing a required guarantor.
</ResponseField>

<ResponseField name="MISSING_STAKEHOLDER" type="enum">
  The application is missing a required stakeholder with at least one role.
</ResponseField>
