-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
None
When a condition comparison hits type mismatch, log an error.
For example,
condition: event.meta.headers == "Hello Testing World"
we cannot be aware if this is type mismatch until an event comes in.
If an event comes in and event.meta.headers is a Map, not a String, raise an error.
Note: Log an error only once per condition in order to avoid "flood the logs".