MongoDBError Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET