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_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. |