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