BIP2906

Severity

20 : Error

Message

(<insert_0>, <insert_1>) : The data type <insert_2> is not a valid data type for parameter <insert_3> of the <insert_4> statement. This parameter should be of data type <insert_5>. The value passed was <insert_6>.

Explanation

The <insert_3> parameter is not of the correct data type for this statement ( <insert_4> ).

Response

Ensure that the argument(s) passed to this statement are of the correct data type.