Table of Contents

Class WriteError

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll
public class WriteError
Inheritance
WriteError
Derived
Inherited Members

Properties

Category

public ServerErrorCategory Category { get; }

Property Value

ServerErrorCategory

Code

public int Code { get; }

Property Value

int

Details

public BsonDocument Details { get; }

Property Value

BsonDocument

Message

public string Message { get; }

Property Value

string