Share via


JobPropertiesExecutionInfo.Errors Property

Definition

Gets errors.

[Newtonsoft.Json.JsonProperty(PropertyName="errors")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.BatchAIError> Errors { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="errors")>]
member this.Errors : System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.BatchAIError>
Public ReadOnly Property Errors As IList(Of BatchAIError)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

A collection of errors encountered by the service during job execution.

Applies to