Improve sub and unsub errors (RIPD-702)

This commit is contained in:
Miguel Portilla
2015-12-16 12:27:41 -05:00
committed by seelabs
parent 7728f69100
commit 5fce652890
4 changed files with 130 additions and 162 deletions

View File

@@ -110,6 +110,7 @@ public:
add (rpcSRC_ISR_MALFORMED, "srcIsrMalformed", "Source issuer is malformed.");
add (rpcSRC_MISSING, "srcMissing", "Source is missing.");
add (rpcSRC_UNCLAIMED, "srcUnclaimed", "Source account is not claimed.");
add (rpcSTREAM_MALFORMED, "malformedStream", "Stream malformed.");
add (rpcTOO_BUSY, "tooBusy", "The server is too busy to help you now.");
add (rpcTXN_NOT_FOUND, "txnNotFound", "Transaction not found.");
add (rpcUNKNOWN_COMMAND, "unknownCmd", "Unknown method.");