BIP2455

Severity

20 : Error

Message

Error casting character string '<insert_0>' to boolean.

Explanation

The character string had the value '<insert_0>'. Only the character strings 'TRUE', 'FALSE', and 'UNKNOWN' can be cast to booleans.

Response

Ensure that the character string being cast has one of the above values.