Enum EbicsErrorClass
An EBICS error class as defined for EBICS return codes.
public enum EbicsErrorClass
Fields
Information = 0Information (0).
NonRecoverableError = 9Non-Recoverable Error (9).
Note = 1Note (1).
RecoverableError = 6Recoverable Error (6).
SecurityMediumError = 100This 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 = -1Undefined (-1).
Warning = 3Warning (3).