Enum FinTransmogrifierExceptionCode

Namespace
Subsembly.FinTS
Assembly
Subsembly.FinTS.Core.dll

The FinTransmogrifierExceptionCode classifies the nature of a FinTransmogrifierException.

public enum FinTransmogrifierExceptionCode

Fields

BadSyntax = 4

The syntax is malformed.

ElementFormat = 2

The format of the data element does not match the format defined by the syntax.

ElementTooLong = 1

A data element is longer than its defined maxLength.

ElementTooShort = 0

A data element is shorter than its defined minLength.

SegmentMismatch = 5

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 = 3

The syntax defines an unknown format.

TooFewElements = 6

There have been too few elements according to the minOccurs requirement of the syntax.

TooManyElements = 7

There have been too many elements according to the maxOccurs requirement of the syntax.