exceptions
Custom exceptions for the hub package.
Classes
AuthenticatedUserError
class AuthenticatedUserError(*args, **kwargs):
Error related to user authentication.
Ancestors
- BitfountError
- builtins.ValueError
- builtins.Exception
- builtins.BaseException
ModelTooLargeError
class ModelTooLargeError(*args, **kwargs):
The model is too large to upload to the hub.
Ancestors
- ModelUploadError
- BitfountError
- builtins.ValueError
- builtins.Exception
- builtins.BaseException
ModelUploadError
class ModelUploadError(*args, **kwargs):
Error occurred whilst uploading model to hub.
Ancestors
- BitfountError
- builtins.Exception
- builtins.BaseException
Subclasses
ModelValidationError
class ModelValidationError(*args, **kwargs):
Error occurred in validating model format.
Ancestors
- ModelUploadError
- BitfountError
- builtins.Exception
- builtins.BaseException
PodDoesNotExistError
class PodDoesNotExistError(*args, **kwargs):
Errors related to references to a non-existent Pod.
Ancestors
- BitfountError
- builtins.Exception
- builtins.BaseException
SchemaUploadError
class SchemaUploadError(*args, **kwargs):
Could not upload schema to hub.
Ancestors
- BitfountError
- builtins.ValueError
- builtins.Exception
- builtins.BaseException