HBCI_ERROR_CODE_UNKNOWN |
Unknown, unspecified |
HBCI_ERROR_CODE_PIN_WRONG |
PIN was wrong (no info about retry count) |
HBCI_ERROR_CODE_PIN_WRONG_0 |
PIN wrong, no errorneous pin input left |
HBCI_ERROR_CODE_PIN_WRONG_1 |
PIN wrong, one errorneous pin input left |
HBCI_ERROR_CODE_PIN_WRONG_2 |
PIN wrong, two errorneous pin input left |
HBCI_ERROR_CODE_PIN_ABORTED |
PIN dialog was aborted by user |
HBCI_ERROR_CODE_PIN_TOO_SHORT |
The PIN entered was too short |
HBCI_ERROR_CODE_CARD_DESTROYED |
Wrong pin entered too often, card is unusable |
HBCI_ERROR_CODE_FILE_NOT_FOUND |
Medium file (keyfile) was not found |
HBCI_ERROR_CODE_NO_CARD |
No chip card inserted |
HBCI_ERROR_CODE_JOB_NOT_SUPPORTED |
A specific HBCI job is not supported by the institute, i.e. they won't do this kind of job. Either the BPD said that they don't support this job, or they signalled an error when the textkey was sent to them. |
HBCI_ERROR_CODE_SOCKET_NO_CONNECT |
The socket connection failed -- this probably means that the bank server currently refuses connections. |
HBCI_ERROR_CODE_SOCKET_ERROR_TIMEOUT |
Timeout during socket connect |
HBCI_ERROR_CODE_SOCKET_ERROR_INTERRUPT |
System call interrupted -- please try again |
HBCI_ERROR_CODE_SOCKET_ERROR_UNKNOWN |
general socket error |
HBCI_ERROR_CODE_WRONG_MEDIUM |
wrong medium inserted |
HBCI_ERROR_CODE_LIBRARY |
error with library loader |
HBCI_ERROR_CODE_EXISTS |
whenever there is a double entry in any kind of list |
HBCI_ERROR_CODE_INEXISTENT |
whenever something does not exist |
HBCI_ERROR_CODE_INVALID |
invalid argument |
HBCI_ERROR_CODE_MEDIUM |
general medium error |
HBCI_ERROR_CODE_UNSUPPORTED |
method/function not supported |
HBCI_ERROR_CODE_BAD_MEDIUM |
this is used when MediumPlugin::mediumCheck finds an unsupported medium |
HBCI_ERROR_CODE_USER_ABORT |
user aborted an operation |
HBCI_ERROR_CODE_UNKNOWN_PROPERTY |
a given property is not supported by the medium |
HBCI_ERROR_CODE_INVALID_VALUE |
Medium::setProperty called with an illegal value |
HBCI_ERROR_CODE_PROPERTY_READONLY |
Medium::setProperty called for a readonly property |