Enum ServerErrorCategory
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Represents the category for an error from the server.
public enum ServerErrorCategory
Fields
Uncategorized = 0
An error without a category.
DuplicateKey = 1
A duplicate key error.
ExecutionTimeout = 2
An execution timeout error.