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.