Factuarea API

parameter_invalid_boolean

A parameter that must be a boolean received a value outside the accepted representations (`true`/`false`, `1`/`0`).

CodeTypeHTTPCategory
parameter_invalid_booleaninvalid_request_error400Request

Cause

A parameter that must be a boolean received a value outside the accepted representations (true/false, 1/0).

What to do

Send true or false in the parameter named by error.param.

Message returned by the API

The parameter must be a boolean value.

On this page