Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Property WriteErrors

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

WriteErrors

Errors that occurred during the execution of individual write operations.

public IReadOnlyDictionary<int, WriteError> WriteErrors { get; }

Property Value

IReadOnlyDictionary<int, WriteError>