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

Class JSONRPCParseError

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

Parse Error. Invalid JSON was received by the server. An error occurred on the server while parsing the JSON text.

Source from the content-addressed store, hash-verified

86
87
88class JSONRPCParseError(JSONRPCError):
89
90 """ Parse Error.
91
92 Invalid JSON was received by the server.
93 An error occurred on the server while parsing the JSON text.
94
95 """
96
97 CODE = -32700
98 MESSAGE = "Parse error"
99
100
101class JSONRPCInvalidRequest(JSONRPCError):

Callers 2

handleMethod · 0.85
test_code_messageMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_code_messageMethod · 0.68