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.