BIP2483

Severity

20 : Error

Message

(<insert_0>, <insert_1>) : Illegal arguments (values '<insert_2>' and '<insert_3>') to MOD function; integers required.

Explanation

Both arguments to the MOD function must be integral values. The function was called with the arguments '<insert_2>' and '<insert_3>'.

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 only integral values are passed to the MOD function.