ErrorResponseBody.Details Property

Definition

Gets or sets the list of invalid fields send in request, in case of validation error.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to