aip_sdk.UnansweredRows
aip_sdk.UnansweredRows(error_class: str, http_status: str | None, count: int)
How many rows one kind of failed SUT call accounts for.
An entry in RowCoverage.unanswered_breakdown.
Attributes
error_classstr: How the call failed (e.g."http_4xx","timeout").http_statusstr | None: The status the endpoint returned, as a string (e.g."402").Nonewhen no response arrived at all, as for a timeout or a connection error.countint: Number of rows that failed this way.
aip_sdk.UnansweredRows.count
aip_sdk.UnansweredRows.count: int
No docstring is defined in the source.
aip_sdk.UnansweredRows.error_class
aip_sdk.UnansweredRows.error_class: str
No docstring is defined in the source.
aip_sdk.UnansweredRows.http_status
aip_sdk.UnansweredRows.http_status: str | None
No docstring is defined in the source.