swh.indexer.storage.exc module#
- exception swh.indexer.storage.exc.IndexerStorageAPIError[source]#
Bases:
ExceptionGeneric error of the indexer storage.
- exception swh.indexer.storage.exc.IndexerStorageArgumentException[source]#
Bases:
ExceptionArgument passed to an IndexerStorage endpoint is invalid.
- exception swh.indexer.storage.exc.DuplicateId[source]#
Bases:
IndexerStorageArgumentExceptionThe same identifier is present more than once.