quotation_expired
The quote you are trying to confirm has already expired.
| HTTP | code | Retryable? |
|---|---|---|
| 410 | quotation_expired | yes |
When it happens
You confirmed a conversion too late; quotes have a short lifetime.
How to resolve it
Request a new quote (POST /v2/quotes) and confirm it right away.
Example
{
"type": "https://docs.skipo.com/errors/quotation_expired",
"title": "Quotation expired",
"status": 410,
"code": "quotation_expired",
"retryable": true,
"detail": "The quote you are trying to confirm has already expired."
}
Back to the error catalog · See the error format.