Options
All
  • Public
  • Public/Protected
  • All
Menu

An error occurred with the module mongo-scanner when listing collections of mongodb.

Hierarchy

Index

Constructors

Properties

db: string

The database whose collections were tried to be retrieved.

message: string
name: string
stack?: string
triggerError: Error

The error that happened when listing the mongodb collections.

DEFAULT_MESSAGE: "Error in listing collections" = 'Error in listing collections'
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