BIP5331
Severity
20 : ErrorMessage
A Standard Dictionary error has occurred. Invalid tag name passed.Explanation
Standard Dictionary Error: The function '<insert_1>' was passed the invalid tag '<insert_3>' in the Dictionary '<insert_2>'. This can be thrown in the getTagIdForTagText() or the getTypeIdForTypeText() methods. The tag text passed in was > SMD_MESS_ELEM_TAG_NAME_LEN. This is currently defined as 255 characters. This can be either an internal error or there may be a problem with the Dictionary.Response
Verify that items such as message type (possibly embedded in the message itself) do not exceed 255 characters. Examine other tags that may exceed this value and reduce to the required length. Review further error messages for an indication to the cause of the errors.