parameter_invalid
A value object built from the payload rejected the value it received. `error.subcode` names which one — tax code, country code, rate, and so on.
| Code | Type | HTTP | Category |
|---|---|---|---|
parameter_invalid | invalid_request_error | 422 | Request |
Cause
A value object built from the payload rejected the value it received. error.subcode names which one — tax code, country code, rate, and so on.
What to do
Correct the field named in error.param following the format of the concept named by error.subcode.
Related
All Request 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.