Enum DtaExceptionCode

Namespace
Subsembly.Dtazv
Assembly
Subsembly.Sepa.dll
public enum DtaExceptionCode

Fields

BadChecksum = 1

The checksum in the final record did not match the computed checksum.

BadFormat = 0

A badly formatted data field was encountered.

BadRecordLength = 2

The record length indicated in the header is not possible.

NotSupported = 5

This DTA contains unsupported data. The Message may contain more detail about the problem.

Truncated = 4

The data input is incomplete.

WrongRecord = 3

The next record was not one of the expected record types.