Share via


JobError.Details Property

Definition

Gets an array of details about specific errors that led to this reported error.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to