Enum FinParseExceptionCode
The FinParseExceptionCode classifies the nature of a FinParseException.
public enum FinParseExceptionCode
Fields
BadHNVSD = 8A malformed HNVSD segment was found.
IncompleteSegment = 1The input data ended without a proper segment terminator.
NoData = 3The input data is empty.
NoHNHBK = 4The message does not start with a HNHBK segment.
NoHNHBS = 5The message does not end with a HNHBS segment.
ScannerException = 0The input data passed to the FinSegmentScanner is completely malformed.
TooBig = 2The amount of input data exceeds some explicit limit, such as the maximum message size.
WrongHNHBS = 6Message number in HNHBS does not match HNHBK
WrongMsgLen = 7The announced nominal message length from HNHBK does not match the actual message length.