BIP2486

Severity

20 : Error

Message

(<insert_0>, <insert_1>) : Illegal 2nd argument to function <insert_2>; values supplied were '<insert_3>' and '<insert_4>'.

Explanation

Second argument to the function <insert_2> must be an integral value. The function was called with the values '<insert_3>', '<insert_4>'.

Response

Correct the syntax of your ESQL expression in node '<insert_0>', around line and column '<insert_1>', then redeploy the message flow: Ensure that the second argument to <insert_2> is an integral type.