Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NeedOpenBucketError

Indicates that an cluster-level operation could not be performed as no buckets were open. This occurs with pre-6.0 clusters which were not able to fetch cluster topology without knowing the name of a bucket.

Hierarchy

Index

Constructors

Properties

cause: undefined | Error

Specifies the underlying cause of this error, if one is available.

Specifies additional contextual information which is available for this error. Depending on the service that generated it.

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

Type declaration

stackTraceLimit: number

Methods

  • captureStackTrace(targetObject: object, constructorOpt?: Function): void
  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc