# file_too_large

The file exceeds the maximum size for your plan. Returned with HTTP 400; retrying will not help.

| Property | Value |
| --- | --- |
| HTTP status | `400` |
| Retryable | No |
| `type` | `https://fylane.dev/errors/file-too-large` |

Retrying an identical request will fail identically. Change something first — the `details` object names what.

Example response

```json
{
  "type": "https://fylane.dev/errors/file-too-large",
  "code": "file_too_large",
  "message": "The file exceeds the maximum size for your plan.",
  "retryable": false,
  "request_id": "req_01JBQ8Z5T7WXK9MNP2RSTVA3C4",
  "docs_url": "https://fylane.dev/docs/errors/file-too-large"
}
```

Quote the `request_id` if you contact support. It is the same value returned in the `X-Request-Id` header and it identifies this exact request in our logs.
