Quotes error codes
Every public API error code emitted by Quotes, with its HTTP status, its type and a page per code.
Error codes emitted by Quotes. Each code links to its own page with the cause and the action to take.
| Code | Type | HTTP | Description |
|---|---|---|---|
quote_already_accepted | invalid_request_error | 422 | The quote was already approved, and approval is registered once. |
quote_already_rejected | invalid_request_error | 422 | The quote is already marked as rejected. |
quote_cannot_be_sent | invalid_request_error | 422 | The quote is rejected, converted, expired or cancelled: it is no longer a live offer to deliver. |
quote_expired | invalid_request_error | 422 | The quote passed its validity date, so the offered conditions are no longer binding and it cannot be approved or converted as is. |
quote_not_found | not_found_error | 404 | The identifier does not resolve to any quote of the authenticated company. |
Related
Error codes by category
Find an error by the category that emits it.
Full reference table
All codes, HTTP statuses, types and descriptions in one reference.
Error model
Interpret the error envelope and handle errors by code.