MongoDbError interface
Describes an error or warning that occurred during a MongoDB migration
Properties
code | The non-localized, machine-readable code that describes the error or warning |
count | The number of times the error or warning has occurred |
message | The localized, human-readable message that describes the error or warning |
type | The type of error or warning. Possible values include: 'Error', 'ValidationError', 'Warning' |
Property Details
code
The non-localized, machine-readable code that describes the error or warning
code?: string
Property Value
string
count
The number of times the error or warning has occurred
count?: number
Property Value
number
message
The localized, human-readable message that describes the error or warning
message?: string
Property Value
string
type
The type of error or warning. Possible values include: 'Error', 'ValidationError', 'Warning'
type?: MongoDbErrorType