Class MongoCleanerError

An error in the mongo-cleaner module

Hierarchy

Constructors

Properties

Constructors

  • The constructor of the MongoCleanerError class.

    Parameters

    • Optional message: string

      The message of the error.

    • Optional triggerError: Error

      The original error that triggered this error.

    Returns MongoCleanerError

Properties

triggerError: null | Error

The error that happened

Generated using TypeDoc