invoice_not_reschedulable_in_current_state
Rescheduling moves the issuing date of an invoice that is waiting in `scheduled`, and this invoice is not waiting.
| Code | Type | HTTP | Category |
|---|---|---|---|
invoice_not_reschedulable_in_current_state | invalid_request_error | 422 | Invoices |
Cause
Rescheduling moves the issuing date of an invoice that is waiting in scheduled, and this invoice is not waiting.
What to do
Check the status: if it is draft, schedule it; if it is already sent, the issuing happened and the date cannot move.
Related
All Invoices error codes
Causes and actions for errors in this category.
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.