BIP2481

Severity

20 : Error

Message

(<insert_1>, <insert_2>) : Illegal argument value <insert_4> to <insert_3> function.

Explanation

The argument to <insert_3> must be a numeric type. <insert_4> is not a numeric type.

Response

Correct the syntax of your ESQL expression in node <insert_1>, around line and column <insert_2>, then redeploy the message flow: Ensure that only numeric types are passed as an argument to <insert_3>.