Class BulkWriteConcernError
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
Represents the details of a write concern error.
- Inheritance
-
Bulk
Write Concern Error
- Inherited Members
Constructors
- Bulk
Write Concern Error(int, string, Bson Document) Initializes a new instance of the Bulk
Write class.Concern Error
- Bulk
Write Concern Error(int, string, string, Bson Document) Initializes a new instance of the Bulk
Write class.Concern Error
- BulkWriteConcernError(int, string, string, BsonDocument, IEnumerable<string>)
Initializes a new instance of the Bulk
Write class.Concern Error
Properties
- Code
Gets the error code.
- Code
Name Gets the name of the error code.
- Details
Gets the error details.
- Error
Labels Gets the error labels.
- Message
Gets the error message.