JobSchedulingError.Category Property

Definition

Gets or sets the category of the Job scheduling error.

[Newtonsoft.Json.JsonProperty(PropertyName="category")]
public Microsoft.Azure.Batch.Protocol.Models.ErrorCategory Category { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="category")>]
member this.Category : Microsoft.Azure.Batch.Protocol.Models.ErrorCategory with get, set
Public Property Category As ErrorCategory

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Possible values include: 'userError', 'serverError'

Applies to