Interface RpcError

Comprehensive type definitions for the Synapse Client SDK, including configuration, RPC methods, AI agents, WebSocket subscriptions, performance metrics, and error handling.

interface RpcError {
    code: number;
    data?: any;
    message: string;
}

Properties

Properties

code: number
data?: any
message: string