BIP2549
Severity
20 : Error
Message
(<insert_0>, <insert_1>) : Type mismatch assigning to variable; value '<insert_2>' inconsistent with type '<insert_3>'.
Explanation
The source expression produced a value of '<insert_2>' but the target variable was declared with a type of '<insert_3>'.
Response
Ensure that only values of the appropriate data type are assigned to declared variables.