Enum DtaExceptionCode
Namespace: Subsembly.Dtazv
Assembly: Subsembly.Sepa.dll
Syntax
public enum DtaExceptionCode
Fields
Name | Description |
---|---|
BadChecksum | The checksum in the final record did not match the computed checksum. |
BadFormat | A badly formatted data field was encountered. |
BadRecordLength | The record length indicated in the header is not possible. |
NotSupported | This DTA contains unsupported data. |
Truncated | The data input is incomplete. |
WrongRecord | The next record was not one of the expected record types. |