Enum FinTransmogrifierExceptionCode
The FinTransmogrifierExceptionCode classifies the nature of a FinTransmogrifierException.
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public enum FinTransmogrifierExceptionCode
Fields
Name | Description |
---|---|
BadSyntax | The syntax is malformed. |
ElementFormat | The format of the data element does not match the format defined by the syntax. |
ElementTooLong | A data element is longer than its defined maxLength. |
ElementTooShort | A data element is shorter than its defined minLength. |
SegmentMismatch | The 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 | The syntax defines an unknown format. |
TooFewElements | There have been too few elements according to the minOccurs requirement of the syntax. |
TooManyElements | There have been too many elements according to the maxOccurs requirement of the syntax. |