次の方法で共有


ReportRecordContract.CallCountFailed プロパティ

定義

プロキシまたはバックエンド エラーが原因で失敗した呼び出しの数。 これには、HttpStatusCode.BadRequest(400) と HttpStatusCode.InternalServerError (500) と 600 の間の任意のコードを返す呼び出しが含まれます。

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

プロパティ値

適用対象