Error that is thrown when a RocksetStore function is called after destroy() is called (meaning the collection would be deleted).

Hierarchy (view full)

Constructors

Properties

message: string
name: string
stack?: string
stackTraceLimit: number
prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)

Optional override for formatting stack traces

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • OptionalconstructorOpt: Function

    Returns void