automation_condition_operator_unsupported
The evaluator has no implementation for that operator, so it stops instead of answering "false": a silent "false" would make "the condition does not match" indistinguishable from "it cannot be evaluated".
| Code | Type | HTTP | Category |
|---|---|---|---|
automation_condition_operator_unsupported | invalid_request_error | 422 | Automations |
Cause
The evaluator has no implementation for that operator, so it stops instead of answering "false": a silent "false" would make "the condition does not match" indistinguishable from "it cannot be evaluated".
What to do
Rewrite the comparison with an operator from the published set; if the operator does appear in the catalogue, report it, because catalogue and evaluator have fallen out of step.
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.