Skip to main content

namespace RemoteObjectError

undocumented

Classes

NameDescription
RemoteObjectErrorThe abstract base class/type for RemoteObject Errors.
RemoteObjectInvalidAccessErrorError indicating that a remote object property did not exist,
RemoteObjectInvalidFunctionApplicationErrorError indicating that a remote function call was not actually a function,
RemoteObjectInvalidPathPartTypeErrorError indicating that a path part is not of the expected tyoe,
RemoteObjectSecurityErrorError indicating that an attempt was made to perform an unsafe operation.

Functions

isRemoteObjectError

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

Definition

export declare function isRemoteObjectError(obj: any): obj is RemoteObjectError;

Parameters

NameTypeDescription
objanythe value to test