Delivery Notes error codes
Every public API error code emitted by Delivery Notes, with its HTTP status, its type and a page per code.
Error codes emitted by Delivery Notes. Each code links to its own page with the cause and the action to take.
| Code | Type | HTTP | Description |
|---|---|---|---|
delivery_note_cannot_be_sent | invalid_request_error | 422 | The delivery note is already invoiced or cancelled: delivering it now would hand the customer a superseded document. |
delivery_note_not_found | not_found_error | 404 | The identifier does not resolve to any delivery note of the authenticated company. |
delivery_note_section_not_editable_in_status | invalid_request_error | 422 | The logistics section — carrier, vehicle, driver — is frozen because the delivery note is already delivered, invoiced or cancelled. |
driver_tax_id_requires_name | invalid_request_error | 422 | The driver tax id was sent without the driver name, and an identifier with no name identifies nobody on the delivery document. |
signature_payload_too_large | invalid_request_error | 422 | The signature image exceeds the accepted size for the field. |
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.