Table of Contents

Class WriteError

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Represents the details of a write error.

[Serializable]
public class WriteError
Inheritance
WriteError
Derived
Inherited Members

Properties

Category

Gets the category.

public ServerErrorCategory Category { get; }

Property Value

ServerErrorCategory

Code

Gets the error code.

public int Code { get; }

Property Value

int

Details

Gets the error details.

public BsonDocument Details { get; }

Property Value

BsonDocument

Message

Gets the error message.

public string Message { get; }

Property Value

string

Methods

ToString()

public override string ToString()

Returns

string