Enum EbicsErrorClass

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Core.dll

An EBICS error class as defined for EBICS return codes.

public enum EbicsErrorClass

Fields

Information = 0

Information (0).

NonRecoverableError = 9

Non-Recoverable Error (9).

Note = 1

Note (1).

RecoverableError = 6

Recoverable Error (6).

SecurityMediumError = 100

This is a value solely used by the Subsembly EBICS API as a return value in order to indicate an error with the security medium. This does appear in an EbicsReturnCode returned via EBICS.

Undefined = -1

Undefined (-1).

Warning = 3

Warning (3).