setban: add RPCErrorCode

This commit is contained in:
Jonas Schnelli
2015-06-12 22:27:03 +02:00
committed by Jack Grigg
parent 171b4de8d9
commit 1cad8c9ff9
2 changed files with 2 additions and 1 deletions

View File

@@ -65,6 +65,7 @@ enum RPCErrorCode
RPC_CLIENT_NODE_ALREADY_ADDED = -23, //! Node is already added
RPC_CLIENT_NODE_NOT_ADDED = -24, //! Node has not been added before
RPC_CLIENT_NODE_NOT_CONNECTED = -29, //! Node to disconnect not found in connected nodes
RPC_CLIENT_INVALID_IP_OR_SUBNET = -30, //! Invalid IP/Subnet
//! Wallet errors
RPC_WALLET_ERROR = -4, //! Unspecified problem with wallet (key not found etc.)