Share via


ErrorCategory Enum

Definition

The category of a task scheduling error.

public enum ErrorCategory
type ErrorCategory = 
Public Enum ErrorCategory
Inheritance
ErrorCategory

Fields

ServerError 1

The error occurred in the Batch service.

UserError 0

The error was in the task specification provided by the user.

Applies to