Errors Parsing
Archivist exceptions
All exceptions are derived from a base ArchivistError class.
- exception archivist.errors.ArchivistBadRequestError[source]
Ill-formed request or validation error (400)
- exception archivist.errors.ArchivistDuplicateError[source]
Read by signature returns more than one asset
- exception archivist.errors.ArchivistTooManyRequestsError(retry: str | None, *args)[source]
Too many requests in too short a time (429)
Service is unavailable (503)