Home
last modified time | relevance | path

Searched refs:RPC_INVALID_REQUEST (Results 1 – 25 of 65) sorted by relevance

123

/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/rpc/
H A Drequest.cpp157 throw JSONRPCError(RPC_INVALID_REQUEST, "Invalid Request object"); in parse()
166 throw JSONRPCError(RPC_INVALID_REQUEST, "Missing method"); in parse()
168 throw JSONRPCError(RPC_INVALID_REQUEST, "Method must be a string"); in parse()
183 throw JSONRPCError(RPC_INVALID_REQUEST, "Params must be an array or object"); in parse()
H A Dprotocol.h28 RPC_INVALID_REQUEST = -32600, enumerator
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/rpc/
H A Drequest.cpp157 throw JSONRPCError(RPC_INVALID_REQUEST, "Invalid Request object"); in parse()
166 throw JSONRPCError(RPC_INVALID_REQUEST, "Missing method"); in parse()
168 throw JSONRPCError(RPC_INVALID_REQUEST, "Method must be a string"); in parse()
183 throw JSONRPCError(RPC_INVALID_REQUEST, "Params must be an array or object"); in parse()
H A Dprotocol.h28 RPC_INVALID_REQUEST = -32600, enumerator
/dports/net-p2p/bitcoin/bitcoin-22.0/src/rpc/
H A Drequest.cpp157 throw JSONRPCError(RPC_INVALID_REQUEST, "Invalid Request object"); in parse()
166 throw JSONRPCError(RPC_INVALID_REQUEST, "Missing method"); in parse()
168 throw JSONRPCError(RPC_INVALID_REQUEST, "Method must be a string"); in parse()
183 throw JSONRPCError(RPC_INVALID_REQUEST, "Params must be an array or object"); in parse()
H A Dprotocol.h28 RPC_INVALID_REQUEST = -32600, enumerator
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/rpc/
H A Drequest.cpp157 throw JSONRPCError(RPC_INVALID_REQUEST, "Invalid Request object"); in parse()
166 throw JSONRPCError(RPC_INVALID_REQUEST, "Missing method"); in parse()
168 throw JSONRPCError(RPC_INVALID_REQUEST, "Method must be a string"); in parse()
183 throw JSONRPCError(RPC_INVALID_REQUEST, "Params must be an array or object"); in parse()
H A Dprotocol.h28 RPC_INVALID_REQUEST = -32600, enumerator
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/rpc/
H A Drequest.cpp157 throw JSONRPCError(RPC_INVALID_REQUEST, "Invalid Request object"); in parse()
166 throw JSONRPCError(RPC_INVALID_REQUEST, "Missing method"); in parse()
168 throw JSONRPCError(RPC_INVALID_REQUEST, "Method must be a string"); in parse()
183 throw JSONRPCError(RPC_INVALID_REQUEST, "Params must be an array or object"); in parse()
H A Dprotocol.h28 RPC_INVALID_REQUEST = -32600, enumerator
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/rpc/
H A Drequest.cpp157 throw JSONRPCError(RPC_INVALID_REQUEST, "Invalid Request object"); in parse()
166 throw JSONRPCError(RPC_INVALID_REQUEST, "Missing method"); in parse()
168 throw JSONRPCError(RPC_INVALID_REQUEST, "Method must be a string"); in parse()
183 throw JSONRPCError(RPC_INVALID_REQUEST, "Params must be an array or object"); in parse()
H A Dprotocol.h28 RPC_INVALID_REQUEST = -32600, enumerator
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/rpc/
H A Drequest.cpp157 throw JSONRPCError(RPC_INVALID_REQUEST, "Invalid Request object"); in parse()
166 throw JSONRPCError(RPC_INVALID_REQUEST, "Missing method"); in parse()
168 throw JSONRPCError(RPC_INVALID_REQUEST, "Method must be a string"); in parse()
183 throw JSONRPCError(RPC_INVALID_REQUEST, "Params must be an array or object"); in parse()
H A Dprotocol.h28 RPC_INVALID_REQUEST = -32600, enumerator
/dports/www/py-django-modern-rpc/django-modern-rpc-0.12.1/modernrpc/
H A Dexceptions.py60 RPC_INVALID_REQUEST = -32600 variable
97 super(RPCInvalidRequest, self).__init__(RPC_INVALID_REQUEST, err_msg, data)
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/rpc/
H A Dserver.cpp362 throw JSONRPCError(RPC_INVALID_REQUEST, "Invalid Request object"); in parse()
371 throw JSONRPCError(RPC_INVALID_REQUEST, "Missing method"); in parse()
373 throw JSONRPCError(RPC_INVALID_REQUEST, "Method must be a string"); in parse()
385 throw JSONRPCError(RPC_INVALID_REQUEST, "Params must be an array"); in parse()
H A Dprotocol.h34 RPC_INVALID_REQUEST = -32600, enumerator
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/rpc/
H A Dserver.cpp362 throw JSONRPCError(RPC_INVALID_REQUEST, "Invalid Request object"); in parse()
371 throw JSONRPCError(RPC_INVALID_REQUEST, "Missing method"); in parse()
373 throw JSONRPCError(RPC_INVALID_REQUEST, "Method must be a string"); in parse()
385 throw JSONRPCError(RPC_INVALID_REQUEST, "Params must be an array"); in parse()
H A Dprotocol.h34 RPC_INVALID_REQUEST = -32600, enumerator
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/rpc/
H A Dserver.cpp362 throw JSONRPCError(RPC_INVALID_REQUEST, "Invalid Request object"); in parse()
371 throw JSONRPCError(RPC_INVALID_REQUEST, "Missing method"); in parse()
373 throw JSONRPCError(RPC_INVALID_REQUEST, "Method must be a string"); in parse()
385 throw JSONRPCError(RPC_INVALID_REQUEST, "Params must be an array"); in parse()
/dports/devel/p5-JSON-RPC/JSON-RPC-1.06/lib/JSON/RPC/
H A DConstants.pm20 RPC_INVALID_REQUEST => -32600,
H A DDispatch.pm103 code => RPC_INVALID_REQUEST,
130 code => RPC_INVALID_REQUEST,
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/rpc/
H A Dserver.cpp430 throw JSONRPCError(RPC_INVALID_REQUEST, "Invalid Request object"); in parse()
439 throw JSONRPCError(RPC_INVALID_REQUEST, "Missing method"); in parse()
441 throw JSONRPCError(RPC_INVALID_REQUEST, "Method must be a string"); in parse()
456 throw JSONRPCError(RPC_INVALID_REQUEST, "Params must be an array or object"); in parse()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/rpc/
H A Dserver.cpp430 throw JSONRPCError(RPC_INVALID_REQUEST, "Invalid Request object"); in parse()
439 throw JSONRPCError(RPC_INVALID_REQUEST, "Missing method"); in parse()
441 throw JSONRPCError(RPC_INVALID_REQUEST, "Method must be a string"); in parse()
456 throw JSONRPCError(RPC_INVALID_REQUEST, "Params must be an array or object"); in parse()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/rpc/
H A Dserver.cpp430 throw JSONRPCError(RPC_INVALID_REQUEST, "Invalid Request object"); in parse()
439 throw JSONRPCError(RPC_INVALID_REQUEST, "Missing method"); in parse()
441 throw JSONRPCError(RPC_INVALID_REQUEST, "Method must be a string"); in parse()
456 throw JSONRPCError(RPC_INVALID_REQUEST, "Params must be an array or object"); in parse()

123