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.
Methods
Section titled “Methods”as_dict
Section titled “as_dict”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.
Properties and attributes
Section titled “Properties and attributes”checkpoint_id
Section titled “checkpoint_id”checkpoint_idDocumentation is not yet available.
repo_seq
Section titled “repo_seq”repo_seqDocumentation is not yet available.
contract_version
Section titled “contract_version”contract_versionDocumentation is not yet available.
attempts_started
Section titled “attempts_started”attempts_startedDocumentation is not yet available.
run_age_ms
Section titled “run_age_ms”run_age_msDocumentation is not yet available.
created_at
Section titled “created_at”created_atEpoch milliseconds; the SDK does not convert timestamps to datetime.
updated_at
Section titled “updated_at”updated_atDocumentation is not yet available.
run_started_at
Section titled “run_started_at”run_started_atDocumentation is not yet available.
stateDocumentation is not yet available.
next_action
Section titled “next_action”next_actionDocumentation is not yet available.
completed_at
Section titled “completed_at”completed_atDocumentation is not yet available.
failure_code
Section titled “failure_code”failure_codeDocumentation is not yet available.
extra = field(default_factory=_empty)Documentation is not yet available.
raw = field(default_factory=_empty)Documentation is not yet available.