Share via


PersonalizerError.InnerError Property

Definition

Gets or sets finer error details.

[Newtonsoft.Json.JsonProperty(PropertyName="innerError")]
public Microsoft.Azure.CognitiveServices.Personalizer.Models.InternalError InnerError { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="innerError")>]
member this.InnerError : Microsoft.Azure.CognitiveServices.Personalizer.Models.InternalError with get, set
Public Property InnerError As InternalError

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to