Electroneum
core_rpc_server_error_codes.h File Reference
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ CORE_RPC_ERROR_CODE_BLOCK_NOT_ACCEPTED

#define CORE_RPC_ERROR_CODE_BLOCK_NOT_ACCEPTED   -7

Definition at line 41 of file core_rpc_server_error_codes.h.

◆ CORE_RPC_ERROR_CODE_CORE_BUSY

#define CORE_RPC_ERROR_CODE_CORE_BUSY   -9

Definition at line 42 of file core_rpc_server_error_codes.h.

◆ CORE_RPC_ERROR_CODE_INTERNAL_ERROR

#define CORE_RPC_ERROR_CODE_INTERNAL_ERROR   -5

Definition at line 39 of file core_rpc_server_error_codes.h.

◆ CORE_RPC_ERROR_CODE_MINING_TO_SUBADDRESS

#define CORE_RPC_ERROR_CODE_MINING_TO_SUBADDRESS   -12

Definition at line 45 of file core_rpc_server_error_codes.h.

◆ CORE_RPC_ERROR_CODE_REGTEST_REQUIRED

#define CORE_RPC_ERROR_CODE_REGTEST_REQUIRED   -13

Definition at line 46 of file core_rpc_server_error_codes.h.

◆ CORE_RPC_ERROR_CODE_TOO_BIG_HEIGHT

#define CORE_RPC_ERROR_CODE_TOO_BIG_HEIGHT   -2

Definition at line 36 of file core_rpc_server_error_codes.h.

◆ CORE_RPC_ERROR_CODE_TOO_BIG_RESERVE_SIZE

#define CORE_RPC_ERROR_CODE_TOO_BIG_RESERVE_SIZE   -3

Definition at line 37 of file core_rpc_server_error_codes.h.

◆ CORE_RPC_ERROR_CODE_UNSUPPORTED_RPC

#define CORE_RPC_ERROR_CODE_UNSUPPORTED_RPC   -11

Definition at line 44 of file core_rpc_server_error_codes.h.

◆ CORE_RPC_ERROR_CODE_WRONG_BLOCKBLOB

#define CORE_RPC_ERROR_CODE_WRONG_BLOCKBLOB   -6

Definition at line 40 of file core_rpc_server_error_codes.h.

◆ CORE_RPC_ERROR_CODE_WRONG_BLOCKBLOB_SIZE

#define CORE_RPC_ERROR_CODE_WRONG_BLOCKBLOB_SIZE   -10

Definition at line 43 of file core_rpc_server_error_codes.h.

◆ CORE_RPC_ERROR_CODE_WRONG_PARAM

#define CORE_RPC_ERROR_CODE_WRONG_PARAM   -1

Definition at line 35 of file core_rpc_server_error_codes.h.

◆ CORE_RPC_ERROR_CODE_WRONG_WALLET_ADDRESS

#define CORE_RPC_ERROR_CODE_WRONG_WALLET_ADDRESS   -4

Definition at line 38 of file core_rpc_server_error_codes.h.