Error return for server too busy.

This commit is contained in:
JoelKatz
2013-03-06 18:03:04 -08:00
parent 5f66791280
commit 9d5f2a12f7
2 changed files with 2 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ Json::Value rpcError(int iError, Json::Value jvResult)
{ rpcTXN_NOT_FOUND, "txnNotFound", "Transaction not found." },
{ rpcUNKNOWN_COMMAND, "unknownCmd", "Unknown method." },
{ rpcWRONG_SEED, "wrongSeed", "The regular key does not point as the master key." },
{ rpcTOO_BUSY, "tooBusy", "The server is too busy to help you now." },
};
int i;