Factuarea API

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`.

CodeTypeHTTPCategory
invalid_param_formatinvalid_request_error422Request

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.

On this page