diff options
Diffstat (limited to 'script-beta/define/ErrorCodes.lua')
-rw-r--r-- | script-beta/define/ErrorCodes.lua | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/script-beta/define/ErrorCodes.lua b/script-beta/define/ErrorCodes.lua deleted file mode 100644 index befb5630..00000000 --- a/script-beta/define/ErrorCodes.lua +++ /dev/null @@ -1,16 +0,0 @@ - -return { - -- Defined by JSON RPC - ParseError = -32700, - InvalidRequest = -32600, - MethodNotFound = -32601, - InvalidParams = -32602, - InternalError = -32603, - serverErrorStart = -32099, - serverErrorEnd = -32000, - ServerNotInitialized = -32002, - UnknownErrorCode = -32001, - - -- Defined by the protocol. - RequestCancelled = -32800, -} |