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>