Enum ServerErrorCategory
Represents the category for an error from the server.
Fields
Uncategorized = 0
An error without a category.
DuplicateKey = 1
A duplicate key error.
ExecutionTimeout = 2
An execution timeout error.
Represents the category for an error from the server.
Uncategorized = 0
An error without a category.
DuplicateKey = 1
A duplicate key error.
ExecutionTimeout = 2
An execution timeout error.