BIP5625
Severity
20 : ErrorMessage
A quote character (<insert_0>) is missing.Explanation
When parsing a field with an opening quote character, the end of the message was reached before finding the closing quote character.
The problem might have occurred because you included a quote character within the field.Response
Ensure the message being processed conforms to the message definition.
As appropriate, add a closing quote character to the field being parsed, or remove the opening quote character.
If you want to include a quote character within a quoted field, include it twice, consecutively, in the bit stream.