UMF parsing errors occur when incoming UMF identity records are incorrectly formatted, such as an end tag is missing, or there are invalid characters in the UMF.
UMF Error Code | Code Description | Severity |
005 | Leading spaces are not allowed in the tag name string | Major |
010 | Root level begin tag is missing <string> | Major |
015 | Encountered an unexpected end tag </string> | Major |
020 | Incorrect close tag </string> encountered, expecting </string> | Major |
025 | Document is incomplete, not enough end tags...Last segment: <string> | Major |
030 | Document is empty | Warning |
035 | Segments cannot contain tag data 'string' when having children | Major |