Skip to content

The operation took too long and was stopped. Returned with HTTP 504; retrying can succeed.

PropertyValue
HTTP status504
RetryableYes
typehttps://fylane.dev/errors/timeout

This error is transient. Retry with backoff, reusing the same idempotency key so the retry cannot double-charge you.

Example response
{
  "type": "https://fylane.dev/errors/timeout",
  "code": "timeout",
  "message": "The operation took too long and was stopped.",
  "retryable": true,
  "request_id": "req_01JBQ8Z5T7WXK9MNP2RSTVA3C4",
  "docs_url": "https://fylane.dev/docs/errors/timeout"
}

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.