Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ExportingError

The MongoBackError that happens because of an error with mongoexport

Hierarchy

Index

Constructors

constructor

  • new ExportingError(message?: string, db?: string, collection?: string, command?: string, log?: string, triggerError?: Error): ExportingError
  • Parameters

    • Optional message: string
    • Optional db: string
    • Optional collection: string
    • Optional command: string
    • Optional log: string
    • Optional triggerError: Error

    Returns ExportingError

Properties

__proto__

__proto__: Error

collection

collection: null | string

The collection that should have been exported

command

command: null | string

The mongoexport command

db

db: null | string

The database whose collection should have been exported

log

log: null | string

The mongoexport log

triggerError

triggerError: null | Error

The error that triggered the problem

Generated using TypeDoc