czbenchmarks.exceptions

Exceptions

CZBenchmarksException

base class for all exceptions in the czbenchmarks package

RemoteStorageError

errors having to do with remote storage

RemoteStorageObjectAlreadyExists

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