swh.indexer.storage.exc module#

exception swh.indexer.storage.exc.IndexerStorageAPIError[source]#

Bases: Exception

Generic error of the indexer storage.

exception swh.indexer.storage.exc.IndexerStorageArgumentException[source]#

Bases: Exception

Argument passed to an IndexerStorage endpoint is invalid.

exception swh.indexer.storage.exc.DuplicateId[source]#

Bases: IndexerStorageArgumentException

The same identifier is present more than once.