Enum FinParseExceptionCode

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

The FinParseExceptionCode classifies the nature of a FinParseException.

public enum FinParseExceptionCode

Fields

BadHNVSD = 8

A malformed HNVSD segment was found.

IncompleteSegment = 1

The input data ended without a proper segment terminator.

NoData = 3

The input data is empty.

NoHNHBK = 4

The message does not start with a HNHBK segment.

NoHNHBS = 5

The message does not end with a HNHBS segment.

ScannerException = 0

The input data passed to the FinSegmentScanner is completely malformed.

TooBig = 2

The amount of input data exceeds some explicit limit, such as the maximum message size.

WrongHNHBS = 6

Message number in HNHBS does not match HNHBK

WrongMsgLen = 7

The announced nominal message length from HNHBK does not match the actual message length.