Skip to content

Commit 0faa94c

Browse files
cola119nodejs-github-bot
authored andcommitted
tools: update inspector_protocol to d7b099b
PR-URL: #51293 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 5cada97 commit 0faa94c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/inspector_protocol/lib/DispatcherBase_h.template

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ public:
2525
kFallThrough = 2,
2626
};
2727

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).
2831
enum ErrorCode {
2932
kParseError = -32700,
3033
kInvalidRequest = -32600,

0 commit comments

Comments
 (0)