Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rimbu/channel/custom/remote-object/remote-object-error.ts

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
import * as rimbu from "https://deno.land/x/rimbu@1.2.1/channel/custom/remote-object/remote-object-error.ts";

Classes

The abstract base class/type for RemoteObject Errors.

Error indicating that a remote object property did not exist,

Error indicating that a remote function call was not actually a function,

Error indicating that a path part is not of the expected tyoe,

Error indicating that an attempt was made to perform an unsafe operation.

Functions

Returns true if the given object is an instance of a RemoteObjectError.