automation_action_parameters_invalid
The parameters of an action do not hold as a set: a value is not serialisable, a key is not text, two mutually exclusive parameters arrived together, or a pair that requires one of the two arrived with neither.
| Code | Type | HTTP | Category |
|---|---|---|---|
automation_action_parameters_invalid | invalid_request_error | 422 | Automations |
Cause
The parameters of an action do not hold as a set: a value is not serialisable, a key is not text, two mutually exclusive parameters arrived together, or a pair that requires one of the two arrived with neither.
What to do
Review the combination, not only each field: send plain values, lists or maps, use text keys, and keep exclusive parameters down to one of the two.
Related
All Automations 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.