Share via


ReportRecordContract.CallCountFailed Property

Definition

Number of calls failed due to proxy or backend errors. This includes calls returning HttpStatusCode.BadRequest(400) and any Code between HttpStatusCode.InternalServerError (500) and 600.

public int? CallCountFailed { get; }
member this.CallCountFailed : Nullable<int>
Public ReadOnly Property CallCountFailed As Nullable(Of Integer)

Property Value

Applies to