Type alias WCJsonRpcError

WCJsonRpcError: {
    error: WCErrorResponse;
    id: number;
    jsonrpc: string;
}

Type declaration

Generated using TypeDoc