Some new PF API support.

This commit is contained in:
JoelKatz
2013-04-29 23:31:25 -07:00
parent 50d40115e5
commit 707f914d32
6 changed files with 123 additions and 17 deletions

View File

@@ -54,6 +54,7 @@ Json::Value rpcError(int iError, Json::Value jvResult)
{ rpcNO_NETWORK, "noNetwork", "Network not available." },
{ rpcNO_PATH, "noPath", "Unable to find a ripple path." },
{ rpcNO_PERMISSION, "noPermission", "You don't have permission for this command." },
{ rpcNO_PF_REQUEST, "noPathRequest", "No pathfinding request in progress." },
{ rpcNOT_STANDALONE, "notStandAlone", "Operation valid in debug mode only." },
{ rpcNOT_SUPPORTED, "notSupported", "Operation not supported." },
{ rpcPASSWD_CHANGED, "passwdChanged", "Wrong key, password changed." },