Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
tools: update inspector_protocol to d7b099b
  • Loading branch information
cola119 committed Dec 27, 2023
commit 75b58cc9f55eaebfcdb792fd4dce6828c26965bf
3 changes: 3 additions & 0 deletions tools/inspector_protocol/lib/DispatcherBase_h.template
Original file line number Diff line number Diff line change
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