Enum FinDtaExceptionCode

Namespace
Subsembly.FinTS
Assembly
Subsembly.FinTS.Core.dll
public enum FinDtaExceptionCode

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.

Truncated = 4

The data input is incomplete.

WrongRecord = 3

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