Enum FinDtaExceptionCode
public enum FinDtaExceptionCode
Fields
BadChecksum = 1The checksum in the final record did not match the computed checksum.
BadFormat = 0A badly formatted data field was encountered.
BadRecordLength = 2The record length indicated in the header is not possible.
Truncated = 4The data input is incomplete.
WrongRecord = 3The next record was not one of the expected record types.