Skip to content

RepositoryExportError

Class: warmhub.RepositoryExportError

RepositoryExportError(reason: RepositoryExportErrorReason, *, detail: str | None = None, server_code: str | None = None)

A repository export failed to read, verify, or be served.

reason is the branch a caller acts on. since_below_epoch_floor is the one that is not a fault: the requested base is older than the server retains, and the recovery is to re-request the export with since_repo_seq=0.

name = 'RepositoryExportError'

Documentation is not yet available.

reason = reason

Documentation is not yet available.

server_code = server_code

Documentation is not yet available.

message = _MESSAGES[reason] if detail is None else detail

Documentation is not yet available.