czbenchmarks.exceptions
Exceptions
base class for all exceptions in the czbenchmarks package |
|
errors having to do with remote storage |
|
error when trying to overwrite an already existing object in remote storage |
Module Contents
- exception czbenchmarks.exceptions.CZBenchmarksException[source]
Bases:
Exception
base class for all exceptions in the czbenchmarks package
- exception czbenchmarks.exceptions.RemoteStorageError[source]
Bases:
CZBenchmarksException
errors having to do with remote storage
- exception czbenchmarks.exceptions.RemoteStorageObjectAlreadyExists[source]
Bases:
RemoteStorageError
error when trying to overwrite an already existing object in remote storage