payload_too_large
View as MarkdownThe request body is too large. Returned with HTTP 413; retrying will not help.
| Property | Value |
|---|---|
| HTTP status | 413 |
| Retryable | No |
type | https://fylane.dev/errors/payload-too-large |
Retrying an identical request will fail identically. Change something first — the details object names what.
{
"type": "https://fylane.dev/errors/payload-too-large",
"code": "payload_too_large",
"message": "The request body is too large.",
"retryable": false,
"request_id": "req_01JBQ8Z5T7WXK9MNP2RSTVA3C4",
"docs_url": "https://fylane.dev/docs/errors/payload-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.