|
Electroneum
|

Go to the source code of this file.
Macros | |
| #define | CORE_RPC_ERROR_CODE_WRONG_PARAM -1 |
| #define | CORE_RPC_ERROR_CODE_TOO_BIG_HEIGHT -2 |
| #define | CORE_RPC_ERROR_CODE_TOO_BIG_RESERVE_SIZE -3 |
| #define | CORE_RPC_ERROR_CODE_WRONG_WALLET_ADDRESS -4 |
| #define | CORE_RPC_ERROR_CODE_INTERNAL_ERROR -5 |
| #define | CORE_RPC_ERROR_CODE_WRONG_BLOCKBLOB -6 |
| #define | CORE_RPC_ERROR_CODE_BLOCK_NOT_ACCEPTED -7 |
| #define | CORE_RPC_ERROR_CODE_CORE_BUSY -9 |
| #define | CORE_RPC_ERROR_CODE_WRONG_BLOCKBLOB_SIZE -10 |
| #define | CORE_RPC_ERROR_CODE_UNSUPPORTED_RPC -11 |
| #define | CORE_RPC_ERROR_CODE_MINING_TO_SUBADDRESS -12 |
| #define | CORE_RPC_ERROR_CODE_REGTEST_REQUIRED -13 |
| #define CORE_RPC_ERROR_CODE_BLOCK_NOT_ACCEPTED -7 |
Definition at line 41 of file core_rpc_server_error_codes.h.
| #define CORE_RPC_ERROR_CODE_CORE_BUSY -9 |
Definition at line 42 of file core_rpc_server_error_codes.h.
| #define CORE_RPC_ERROR_CODE_INTERNAL_ERROR -5 |
Definition at line 39 of file core_rpc_server_error_codes.h.
| #define CORE_RPC_ERROR_CODE_MINING_TO_SUBADDRESS -12 |
Definition at line 45 of file core_rpc_server_error_codes.h.
| #define CORE_RPC_ERROR_CODE_REGTEST_REQUIRED -13 |
Definition at line 46 of file core_rpc_server_error_codes.h.
| #define CORE_RPC_ERROR_CODE_TOO_BIG_HEIGHT -2 |
Definition at line 36 of file core_rpc_server_error_codes.h.
| #define CORE_RPC_ERROR_CODE_TOO_BIG_RESERVE_SIZE -3 |
Definition at line 37 of file core_rpc_server_error_codes.h.
| #define CORE_RPC_ERROR_CODE_UNSUPPORTED_RPC -11 |
Definition at line 44 of file core_rpc_server_error_codes.h.
| #define CORE_RPC_ERROR_CODE_WRONG_BLOCKBLOB -6 |
Definition at line 40 of file core_rpc_server_error_codes.h.
| #define CORE_RPC_ERROR_CODE_WRONG_BLOCKBLOB_SIZE -10 |
Definition at line 43 of file core_rpc_server_error_codes.h.
| #define CORE_RPC_ERROR_CODE_WRONG_PARAM -1 |
Definition at line 35 of file core_rpc_server_error_codes.h.
| #define CORE_RPC_ERROR_CODE_WRONG_WALLET_ADDRESS -4 |
Definition at line 38 of file core_rpc_server_error_codes.h.