BIP6046
Severity
20 : ErrorMessage
Mismatched start and end tags at offset '<insert_0>': data just before error is '<insert_1>'; data just after error is '<insert_2>'.Explanation
The RFH2 parser encountered an end tag that did not match the currently open start tag in the name-value data area. The offset is from the beginning of the name-value length field which precedes the name-value data field containing the error.Response
Correct the application (or compute expression) that generated the message.