import { RpcProxyError } from "https://deno.land/x/rimbu@1.2.0/channel/main/index.ts";
const { RpcProxyError } = RpcProxyError;
The abstract base class/type for RpcProxy Errors.
import { RpcProxyError } from "https://deno.land/x/rimbu@1.2.0/channel/main/index.ts";
const { RpcProxyError } = RpcProxyError;
Returns true if the given object is an instance of a RpcProxyError
.
Returns
obj is RpcProxyError