BIP5451
Severity
20 : ErrorMessage
An error has occurred at offset '<insert_3>' while the bit stream was being parsed. Data for element '<insert_0>' of logical type '<insert_1>' is longer than expected.Explanation
The MRM TDS parser could not complete parsing because the bit stream contains more data than expected for element '<insert_0>'.
The data length for element '<insert_0>' is defined in the model as '<insert_2>'. The number of data bytes extracted from the bit stream for element '<insert_0>' is '<insert_4>'. This could be caused by either an incorrect message definition or by an incorrect message.Response
Check that your model definition is correct, and if so make sure that the incoming message is correct with respect to the message definition.