共用方式為


PersonalizerError.Details Property

Definition

Gets or sets 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.CognitiveServices.Personalizer.Models.PersonalizerError> Details { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="details")>]
member this.Details : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Personalizer.Models.PersonalizerError> with get, set
Public Property Details As IList(Of PersonalizerError)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to