Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MongoBackMongoexportNotInstalledError

The MongoBackError that happens because mongoexport is not installed

Hierarchy

Index

Constructors

Properties

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

The error that triggered the problem

DEFAULT_MESSAGE: "Mongoexport is not installed" = 'Mongoexport is not installed'
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