json_rpc.error

JSON-RPC 2.0 Protocol<br>

This module contain JSON-RPC 2.0 errors

Members

Classes

RpcException
class RpcException

Super class for all JSON-RPC exceptions

RpcInternalError
class RpcInternalError
Undocumented in source.
RpcInvalidParams
class RpcInvalidParams
Undocumented in source.
RpcInvalidRequest
class RpcInvalidRequest
Undocumented in source.
RpcMethodNotFound
class RpcMethodNotFound
Undocumented in source.
RpcParseError
class RpcParseError
Undocumented in source.
RpcServerError
class RpcServerError
Undocumented in source.

Enums

RPC_ERROR_CODE
enum RPC_ERROR_CODE

Contains JSON-RPC 2.0 error codes

Manifest constants

RPC_VERSION
enum RPC_VERSION;

Supported JSON-RPC protocol version

Structs

RpcError
struct RpcError

Struct describes JSON-RPC 2.0 error object which used in RpcRequest

See Also

Meta

License

Subject to the terms of the MIT license, as written in the included LICENSE file.

Authors

Zaramzan <shamyan.roman@gmail.com>