ActionAttempt
Class: warmhub.ActionAttempt
ActionAttempt(attempt: float, status: str, started_at: float, finished_at: float | None = None, http_status: float | None = None, error_code: str | None = None, error_message: str | None = None, response_snippet: str | None = None, extra: Mapping[str, JsonValue] = _no_extra())Generated from ActionAttempt.
Properties and attributes
Section titled “Properties and attributes”attempt
Section titled “attempt”attemptDocumentation is not yet available.
status
Section titled “status”statusDocumentation is not yet available.
started_at
Section titled “started_at”started_atDocumentation is not yet available.
finished_at
Section titled “finished_at”finished_at = NoneDocumentation is not yet available.
http_status
Section titled “http_status”http_status = NoneDocumentation is not yet available.
error_code
Section titled “error_code”error_code = NoneDocumentation is not yet available.
error_message
Section titled “error_message”error_message = NoneDocumentation is not yet available.
response_snippet
Section titled “response_snippet”response_snippet = NoneDocumentation is not yet available.
extra = field(default_factory=_no_extra)Keys the server sent that this contract does not name. Preserved so a backend that ships a field before the SDK regenerates loses nothing.