8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf029ca commit 6b85f5cCopy full SHA for 6b85f5c
tools/inspector_protocol/lib/DispatcherBase_h.template
@@ -25,6 +25,9 @@ public:
25
kFallThrough = 2,
26
};
27
28
+ // For historical reasons, these error codes correspond to commonly used
29
+ // XMLRPC codes (e.g. see METHOD_NOT_FOUND in
30
+ // https://github.com/python/cpython/blob/master/Lib/xmlrpc/client.py).
31
enum ErrorCode {
32
kParseError = -32700,
33
kInvalidRequest = -32600,
0 commit comments