Enum FinTransmogrifierExceptionCode
The FinTransmogrifierExceptionCode classifies the nature of a FinTransmogrifierException.
public enum FinTransmogrifierExceptionCode
Fields
BadSyntax = 4The syntax is malformed.
ElementFormat = 2The format of the data element does not match the format defined by the syntax.
ElementTooLong = 1A data element is longer than its defined maxLength.
ElementTooShort = 0A data element is shorter than its defined minLength.
SegmentMismatch = 5The segment type and/or segment version does not match the transmogrifier syntax. Or the root node of the XML data does not match the transmogrifier syntax.
SyntaxElementFormatUnknown = 3The syntax defines an unknown format.
TooFewElements = 6There have been too few elements according to the minOccurs requirement of the syntax.
TooManyElements = 7There have been too many elements according to the maxOccurs requirement of the syntax.