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

# Connect Errors

## Request Errors

The request to the `/entities/{ent_id}/connect` endpoint failed. These are the `sub_type` that can be returned.

### `INVALID_REQUEST`

The request body failed basic validation for the specific API endpoint.

### `NOT_FOUND`

The requested resource does not exist.

### `TEAM_CAPABILITY_RESTRICTED`

Your organization does not have access to Connect endpoint.

### `ACCOUNT_CONSENT_UNAVAILABLE`

Account consent for your organization is unavailable.

### `ENTITY_VERIFICATION_MISSING`

Entity must be fully verified before they can access `/entities/{ent_id}/connect` endpoint.

## Async Connect Errors

### `THIN_CREDIT_FILE`

No tradelines were found for the entity due to thin credit file.

### `CREDIT_FREEZE`

The Entity has a credit freeze.

### `PRODUCT_EXECUTION_FAILED`

The Connect job failed to execute.

***
