Skip to content

RepositoryCheckpointFailedContactSupport

Class: warmhub.RepositoryCheckpointFailedContactSupport

RepositoryCheckpointFailedContactSupport(checkpoint_id: str, repo_seq: int, contract_version: Literal[2], attempts_started: int, run_age_ms: int, created_at: int, updated_at: int, run_started_at: int, state: Literal['failed'], next_action: Literal['contact_support'], completed_at: int, failure_code: Literal['canonicalization_failed', 'integrity_failed', 'unsupported_contract'], extra: JsonMapping = _empty(), raw: JsonMapping = _empty())

Checkpoint failed with an integrity or contract problem requiring support.

as_dict()

The exact server payload as a plain, mutable, serializable dict.

Wire keys, wire nesting, no client naming applied — the same content as raw, in the form you can hand to dumps, mutate, or pass to code that demands a real dict. Built fresh on each call, so editing the result cannot reach the model.

checkpoint_id

Documentation is not yet available.

repo_seq

Documentation is not yet available.

contract_version

Documentation is not yet available.

attempts_started

Documentation is not yet available.

run_age_ms

Documentation is not yet available.

created_at

Epoch milliseconds; the SDK does not convert timestamps to datetime.

updated_at

Documentation is not yet available.

run_started_at

Documentation is not yet available.

state

Documentation is not yet available.

next_action

Documentation is not yet available.

completed_at

Documentation is not yet available.

failure_code

Documentation is not yet available.

extra = field(default_factory=_empty)

Documentation is not yet available.

raw = field(default_factory=_empty)

Documentation is not yet available.