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.
Properties and attributes
Section titled “Properties and attributes”name = 'RepositoryExportError'Documentation is not yet available.
reason
Section titled “reason”reason = reasonDocumentation is not yet available.
server_code
Section titled “server_code”server_code = server_codeDocumentation is not yet available.
message
Section titled “message”message = _MESSAGES[reason] if detail is None else detailDocumentation is not yet available.