Partager via


ReportRecordContract.CallCountFailed Propriété

Définition

Obtient ou définit le nombre d’appels ayant échoué en raison d’erreurs de proxy ou de back-end. Cela inclut les appels renvoyant HttpStatusCode.BadRequest(400) et tout code entre HttpStatusCode.InternalServerError (500) et 600

[Newtonsoft.Json.JsonProperty(PropertyName="callCountFailed")]
public int? CallCountFailed { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="callCountFailed")>]
member this.CallCountFailed : Nullable<int> with get, set
Public Property CallCountFailed As Nullable(Of Integer)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à