Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MongoDbError

Package version

Describes an error or warning that occurred during a MongoDB migration

Hierarchy

  • MongoDbError

Index

Properties

Properties

Optional code

code: undefined | string

The non-localized, machine-readable code that describes the error or warning

Optional count

count: undefined | number

The number of times the error or warning has occurred

Optional message

message: undefined | string

The localized, human-readable message that describes the error or warning

Optional type

The type of error or warning. Possible values include: 'Error', 'ValidationError', 'Warning'

Generated using TypeDoc