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

# Vehicle Errors

## Request Errors

The request to the `/entities/{entity_id}/vehicles` 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.

### `PRODUCT_UNAVAILABLE`

This Entity does not support retrieving Entity's vehicles.

### `TEAM_CAPABILITY_RESTRICTED`

Your organization does not have access to Vehicles endpoint.

### `PRODUCT_VERIFICATION_MISSING`

Entity must be verified before it can access `/entities/{entity_id}/vehicles` endpoint.

### `PRODUCT_RESTRICTED_CONNECT_REQUIRED`

Entity must have a completed Connect record to access this product.

### `TOO_MANY_REQUESTS`

The maximum request limit for this time has been exceeded. Please try again later.

***

## Resource Errors

Errors set on a Vehicle's `error` property for processes that are unsuccessful.

### `NO_VEHICLES_FOUND`

No vehicles were found for the Entity.

```json theme={null}
{
  "type": "INVALID_REQUEST",
  "sub_type": "NO_VEHICLES_FOUND",
  "message": "No vehicles found for this Entity."
}
```

***
