ErrorCode.Category Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the category of errors into which the ErrorCode codes are grouped.
public enum ErrorCode.Category
type ErrorCode.Category =
Public Enum ErrorCode.Category
- Inheritance
-
ErrorCode.Category
Fields
| Name | Value | Description |
|---|---|---|
| OperationError | 0 | An error occurred while performing an operation (for example, the user tried to delete a job template but they do not have permissions to delete templates). This enumeration member represents a value of 0. |
| ValidationError | 1 | The error occurred while validating the job or task before it ran. This enumeration member represents a value of 1. |
| ResourceAssignmentError | 2 | The error occurred while assigning resources to the job or task. This enumeration member represents a value of 2. |
| ExecutionError | 3 | The error occurred while executing the job or task. This enumeration member represents a value of 3. |
| Other | 4 | Includes errors related to starting service or broker jobs. This enumeration member represents a value of 4. |