Skip to main content

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_class str: How the call failed (e.g. "http_4xx", "timeout").
  • http_status str | None: The status the endpoint returned, as a string (e.g. "402"). None when no response arrived at all, as for a timeout or a connection error.
  • count int: 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.