MCPcopy
hub / github.com/AirtestProject/Poco / JSONRPCInvalidRequest

Class JSONRPCInvalidRequest

poco/utils/simplerpc/jsonrpc/exceptions.py:101–110  ·  view source on GitHub ↗

Invalid Request. The JSON sent is not a valid Request object.

Source from the content-addressed store, hash-verified

99
100
101class JSONRPCInvalidRequest(JSONRPCError):
102
103 """ Invalid Request.
104
105 The JSON sent is not a valid Request object.
106
107 """
108
109 CODE = -32600
110 MESSAGE = "Invalid Request"
111
112
113class JSONRPCMethodNotFound(JSONRPCError):

Callers 2

handleMethod · 0.85
test_code_messageMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_code_messageMethod · 0.68