Expand description
JSON-RPC 2.0 errors
This module provides error handling types and utilities for JSON-RPC 2.0 protocol. It includes standard error codes as defined in the JSON-RPC 2.0 specification and a comprehensive Error type for representing JSON-RPC errors.
Structs§
- Error
- JSON-RPC 2.0 Error Object
Enums§
- Error
Code - Standard JSON-RPC 2.0 error codes
Type Aliases§
- Result
- A type alias for
Result<T, Error>