Class BulkWriteConcernError
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
Represents the details of a write concern error.
[Serializable]
public sealed class BulkWriteConcernError
- Inheritance
-
BulkWriteConcernError
- Inherited Members
Constructors
- BulkWriteConcernError(int, string, BsonDocument)
Initializes a new instance of the BulkWriteConcernError class.
- BulkWriteConcernError(int, string, string, BsonDocument)
Initializes a new instance of the BulkWriteConcernError class.
- BulkWriteConcernError(int, string, string, BsonDocument, IEnumerable<string>)
Initializes a new instance of the BulkWriteConcernError class.
Properties
- Code
Gets the error code.
- CodeName
Gets the name of the error code.
- Details
Gets the error details.
- ErrorLabels
Gets the error labels.
- Message
Gets the error message.