Share via


Cluster.Errors Property

Definition

Gets errors.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.errors")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.BatchAIError> Errors { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.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

Collection of errors encountered by various compute nodes during node setup.

Applies to