Share via


ErrorResponse.Error Property

Definition

Gets or sets azure container registry build API error body.

[Newtonsoft.Json.JsonProperty(PropertyName="error")]
public Microsoft.Azure.Management.ContainerRegistry.Models.ErrorResponseBody Error { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="error")>]
member this.Error : Microsoft.Azure.Management.ContainerRegistry.Models.ErrorResponseBody with get, set
Public Property Error As ErrorResponseBody

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to