DOCS

WCJsonRpcError

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