BIP5429

Severity

20 : Error

Message

The TDS parser could not parse an expected boolean value because the bitstream contains an incorrect encoding of a TDS boolean value. The expected boolean representations are:
True: <insert_0>
False: <insert_1>
Null: <insert_2>
The byte offset is <insert_3>.

Explanation

Make sure that the incoming message is consistent with the defined TDS model.