Enum ServerErrorCategory
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.