import { default } from "https://deno.land/x/polkadot@0.2.27/rpc-provider/coder/error.ts";
Examples
const { RpcError } from '@polkadot/util');
throw new RpcError('some message', RpcError.CODES.METHOD_NOT_FOUND); // => error.code = -32601
import { default } from "https://deno.land/x/polkadot@0.2.27/rpc-provider/coder/error.ts";
const { RpcError } from '@polkadot/util');
throw new RpcError('some message', RpcError.CODES.METHOD_NOT_FOUND); // => error.code = -32601