Enum EbicsErrorClass
An EBICS error class as defined for EBICS return codes.
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public enum EbicsErrorClass
Fields
Name | Description |
---|---|
Information | Information (0). |
NonRecoverableError | Non-Recoverable Error (9). |
Note | Note (1). |
RecoverableError | Recoverable Error (6). |
SecurityMediumError | 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 | Undefined (-1). |
Warning | Warning (3). |