Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MongoBackExportingError

The MongoBackError that happens because of an error with mongoexport

Hierarchy

Index

Constructors

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

Properties

collection: null | string

The collection that should have been exported

command: null | string

The mongoexport command

db: null | string

The database whose collection should have been exported

log: null | string

The mongoexport log

triggerError: null | Error

The error that triggered the problem

Generated using TypeDoc