Skip to content

Commit

Permalink
tools: update inspector_protocol to d7b099b
Browse files Browse the repository at this point in the history
PR-URL: #51293
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
cola119 authored and RafaelGSS committed Jan 2, 2024
1 parent d181684 commit 60d8048
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/inspector_protocol/lib/DispatcherBase_h.template
Expand Up @@ -25,6 +25,9 @@ public:
kFallThrough = 2,
};

// For historical reasons, these error codes correspond to commonly used
// XMLRPC codes (e.g. see METHOD_NOT_FOUND in
// https://github.com/python/cpython/blob/master/Lib/xmlrpc/client.py).
enum ErrorCode {
kParseError = -32700,
kInvalidRequest = -32600,
Expand Down

0 comments on commit 60d8048

Please sign in to comment.