MongoDBError Class

Definition

Describes an error or warning that occurred during a MongoDB migration.

public class MongoDBError
type MongoDBError = class
Public Class MongoDBError
Inheritance
MongoDBError

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.

ErrorType

The type of error or warning.

Message

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

Applies to