BIP5399
Severity
20 : ErrorMessage
Message Identification mismatch.Explanation
The broker has identified an embedded message in the bitstream of message type <insert_1>, defined within message set <insert_0>. However, this contradicts the expected message type <insert_2>, which has been identified via a previously parsed element/attribute, which has the 'InterpretValueAs' property set to 'MessageIdentity'.Response
The broker has encountered a self describing embedded message (typically via an XML tag name) in the bitstream. However, this message does not correspond with the expected value as identified by a previously parsed 'Message Identity' field.
Ensure that :
a) The 'InterpretValueAs = MessageIdentity' property is correctly specified on an appropriate element/attribute in the message model.
b) The embedded message tag name <insert_1> in the input bitstream is as expected.