BIP2485

Severity

20 : Error

Message

(<insert_0>, <insert_1>) : Illegal 1st argument (value '<insert_3>') to function <insert_2>; numeric value required; value of 2nd argument was '<insert_4>'.

Explanation

First argument to the function <insert_2> must be a numeric value. The function was called with the values '<insert_3>', '<insert_4>'.

Response

Ensure that the first argument to <insert_2> is a numeric type.