Skip to content

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.

attempt

Documentation is not yet available.

status

Documentation is not yet available.

started_at

Documentation is not yet available.

finished_at = None

Documentation is not yet available.

http_status = None

Documentation is not yet available.

error_code = None

Documentation is not yet available.

error_message = None

Documentation is not yet available.

response_snippet = None

Documentation 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.