Metric.ErrorCode Property

Definition

Gets or sets 'Success' or the error details on query failures for this metric.

[Newtonsoft.Json.JsonProperty(PropertyName="errorCode")]
public string ErrorCode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="errorCode")>]
member this.ErrorCode : string with get, set
Public Property ErrorCode As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to