Edit

Share via


ErrorCode.Category Enum

Definition

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.

Applies to