BIP2486
Severity
20 : Error
Message
(<insert_1>, <insert_2>) : Illegal 2nd argument to function <insert_3>; values supplied were <insert_4> and <insert_5>.
Explanation
Second argument to the function <insert_3> must be an integral value. The function was called with the values <insert_4>, <insert_5>.
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 the second argument to <insert_3> is an integral type.