invalid_param_value
A legacy form request rejected the value of a field. Migrated endpoints report the same situation as `parameter_invalid_enum` or `parameter_invalid_range`.
| Code | Type | HTTP | Category |
|---|---|---|---|
invalid_param_value | invalid_request_error | 422 | Request |
Cause
A legacy form request rejected the value of a field. Migrated endpoints report the same situation as parameter_invalid_enum or parameter_invalid_range.
What to do
Correct the value of error.param; when branching on error codes, treat this one as an alias of parameter_invalid_enum.
Message returned by the API
The value of one or more parameters is invalid.
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.