Skip to content

output_validation_failed

View as Markdown

Processing produced output that failed verification, so it was discarded. Returned with HTTP 422; retrying will not help.

PropertyValue
HTTP status422
RetryableNo
typehttps://fylane.dev/errors/output-validation-failed

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

Example response
{
  "type": "https://fylane.dev/errors/output-validation-failed",
  "code": "output_validation_failed",
  "message": "Processing produced output that failed verification, so it was discarded.",
  "retryable": false,
  "request_id": "req_01JBQ8Z5T7WXK9MNP2RSTVA3C4",
  "docs_url": "https://fylane.dev/docs/errors/output-validation-failed"
}

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.