BIP2483

Severity

20 : Error

Message

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

Explanation

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

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