Skip to main content

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

class ModelUploadError(*args, **kwargs):

Error occurred whilst uploading model to hub.

Ancestors

ModelValidationError

class ModelValidationError(*args, **kwargs):

Error occurred in validating model format.

Ancestors

PodDoesNotExistError

class PodDoesNotExistError(*args, **kwargs):

Errors related to references to a non-existent Pod.

Ancestors

SchemaUploadError

class SchemaUploadError(*args, **kwargs):

Could not upload schema to hub.

Ancestors

  • BitfountError
  • builtins.ValueError
  • builtins.Exception
  • builtins.BaseException