#include <aqbanking/system.h>
#include <gwenhywfar/types.h>
Go to the source code of this file.
#define AQEBIC_RC_CLASS_ERROR 6 |
#define AQEBIC_RC_CLASS_FATAL 9 |
#define AQEBIC_RC_CLASS_INFO 0 |
#define AQEBIC_RC_CLASS_NOTICE 1 |
#define AQEBIC_RC_CLASS_WARNING 3 |
#define AQEBIC_RC_GET_CLASS |
( |
|
x | ) |
((x>>4) & 0xff) |
#define AQEBIC_RC_GET_CODE |
( |
|
x | ) |
(x & 0xff) |
#define AQEBIC_RC_GET_GRP |
( |
|
x | ) |
((x>>2) & 0xf) |
#define AQEBICS_LOGDOMAIN "aqebics" |
#define AQEBICS_RC_GRP_KEY 2 |
#define AQEBICS_RC_GRP_NONE 0 |
#define AQEBICS_RC_GRP_PRE 3 |
#define AQEBICS_RC_GRP_TRANS 1 |
#define AQEBICS_RC_NEW |
( |
|
class, |
|
|
|
grp, |
|
|
|
code |
|
) |
| |
Value:(((class & 0xff)<<4) |\
0x1000 | \
((grp & 0xf)<<2) |\
(code & 0xff))
Definition at line 83 of file aqebics.h.
#define EB_RC_AUTHENTICATION_FAILED 0x061001 |
#define EB_RC_AUTHORISATION_FAILED 0x090003 |
#define EB_RC_BANK_PUBKEY_UPDATE_REQUIRED 0x091008 |
#define EB_RC_DOWNLOAD_POSTPROCESS_DONE 0x011000 |
#define EB_RC_DOWNLOAD_POSTPROCESS_SKIPPED 0x011001 |
#define EB_RC_INTERNAL_ERROR 0x061099 |
#define EB_RC_INVALID_ORDER_TYPE 0x091005 |
#define EB_RC_INVALID_REQUEST 0x061002 |
#define EB_RC_INVALID_USER_OR_STATE 0x091002 |
#define EB_RC_INVALID_USER_STATE 0x091004 |
#define EB_RC_KEYMGMT_KEYLENGTH_ERROR_AUTHENTICATION 0x091205 |
#define EB_RC_KEYMGMT_KEYLENGTH_ERROR_ENCRYPTION 0x091206 |
#define EB_RC_KEYMGMT_KEYLENGTH_ERROR_SIGNATURE 0x091204 |
#define EB_RC_KEYMGMT_NO_X509_SUPPORT 0x091207 |
#define EB_RC_KEYMGMT_UNSUPPORTED_VERSION_AUTHENTICATION 0x091202 |
#define EB_RC_KEYMGMT_UNSUPPORTED_VERSION_ENCRYPTION 0x091203 |
#define EB_RC_KEYMGMT_UNSUPPORTED_VERSION_SIGNATURE 0x091201 |
#define EB_RC_NO_DOWNLOAD_DATA_AVAILABLE 0x090005 |
#define EB_RC_OK 0x000000 |
#define EB_RC_SEGMENT_SIZE_EXCEEDED 0x091009 |
#define EB_RC_TX_ABORT 0x091102 |
#define EB_RC_TX_MESSAGE_REPLAY 0x091103 |
#define EB_RC_TX_RECOVERY_SYNC 0x061101 |
#define EB_RC_TX_SEGMENT_NUMBER_EXCEEDED 0x091104 |
#define EB_RC_TX_SEGMENT_NUMBER_UNDERRUN 0x011101 |
#define EB_RC_TX_UNKNOWN_TXID 0x091101 |
#define EB_RC_UNSUPPORTED_ORDER_TYPE 0x091006 |
#define EB_RC_USER_AUTHENTICATION_REQUIRED 0x091007 |
#define EB_RC_USER_UNKNOWN 0x091003 |
#define EBC_PROVIDER_NAME "AQEBICS" |
#define EBICS_BUFFER_MAX_HARD_LIMIT (256*1024*1024) |