invalid_param_format
A legacy form request rejected the shape of a value. Migrated endpoints report the same situation as `parameter_invalid_format` or `parameter_invalid_integer`.
| Code | Type | HTTP | Category |
|---|---|---|---|
invalid_param_format | invalid_request_error | 422 | Request |
Cause
A legacy form request rejected the shape of a value. Migrated endpoints report the same situation as parameter_invalid_format or parameter_invalid_integer.
What to do
Fix the format of the field in error.param; when branching on error codes, treat this one as an alias of parameter_invalid_format.
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.