Enum FinParseExceptionCode
The FinParseExceptionCode classifies the nature of a FinParseException.
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public enum FinParseExceptionCode
Fields
Name | Description |
---|---|
BadHNVSD | A malformed HNVSD segment was found. |
IncompleteSegment | The input data ended without a proper segment terminator. |
NoData | The input data is empty. |
NoHNHBK | The message does not start with a HNHBK segment. |
NoHNHBS | The message does not end with a HNHBS segment. |
ScannerException | The input data passed to the FinSegmentScanner is completely malformed. |
TooBig | The amount of input data exceeds some explicit limit, such as the maximum message size. |
WrongHNHBS | Message number in HNHBS does not match HNHBK |
WrongMsgLen | The announced nominal message length from HNHBK does not match the actual message length. |