invalid_validity_window
The validity window is inverted: `valid_until` falls before `valid_from`.
| Code | Type | HTTP | Category |
|---|---|---|---|
invalid_validity_window | invalid_request_error | 422 | Taxes |
Cause
The validity window is inverted: valid_until falls before valid_from.
What to do
Send valid_until equal to or later than valid_from, or omit it if the tax has no end date.
Related
All Taxes 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.