Options
All
  • Public
  • Public/Protected
  • All
Menu

An error occurred with the module mongo-scanner when disconnecting to mongodb.

Hierarchy

Index

Constructors

Properties

message: string
name: string
options: any

The MongoClient options of the failed disconnection.

stack?: string
triggerError: Error

The error that happened when disconnecting to mongodb.

uri: string

The uri of the failed disconnection.

DEFAULT_MESSAGE: "Error in disconnecting to MongoDB" = 'Error in disconnecting to MongoDB'
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