Enum FinDtaExceptionCode
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public enum FinDtaExceptionCode
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. |
Truncated | The data input is incomplete. |
WrongRecord | The next record was not one of the expected record types. |