BIP5168
Severity
20 : ErrorMessage
A Custom Wire Format writing error occurred involving an incorrect data conversion. Element '<insert_2>' is either too long, or is out of range for the physical data type of '<insert_3>'.Explanation
While the logical tree was being written to the bit stream, a data conversion error occurred.Response
Change the definition of the element so that it can store the data safely. Alternatively change the message that is being written so that the value is in the correct range for the element.