Table of Contents

Class BulkWriteOperationError

Namespace
MongoDB.Driver.Core.Operations
Assembly
MongoDB.Driver.Core.dll

Represents the details of a write error for a particular request.

[Serializable]
public sealed class BulkWriteOperationError
Inheritance
BulkWriteOperationError
Inherited Members

Constructors

BulkWriteOperationError(int, int, string, BsonDocument)

Initializes a new instance of the BulkWriteOperationError class.

Properties

Category

Gets the error category.

Code

Gets the error code.

Details

Gets the error details.

Index

Gets the index of the request that had an error.

Message

Gets the error message.