Factuarea API

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

CodeTypeHTTPCategory
invalid_param_valueinvalid_request_error422Request

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.

On this page