summaryrefslogtreecommitdiff
path: root/include/modules/rpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules/rpc.h')
-rw-r--r--include/modules/rpc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/modules/rpc.h b/include/modules/rpc.h
index b33c26800..ca23a0286 100644
--- a/include/modules/rpc.h
+++ b/include/modules/rpc.h
@@ -26,6 +26,8 @@ namespace RPC
enum Error
: int64_t
{
+ ERR_CUSTOM_END = -32000,
+ ERR_CUSTOM_START = -32099,
ERR_PARSE_ERROR = -32700,
ERR_INVALID_REQUEST = -32600,
ERR_METHOD_NOT_FOUND = -32601,