exceptions
Custom exceptions for the hub package.
Classes
AuthenticatedUserError
class AuthenticatedUserError(*args, **kwargs):Error related to user authentication.
Ancestors
- AuthenticationError
- 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
MultiPartUploadError
class MultiPartUploadError(*args, **kwargs):Error occurred whilst completing multipart upload to S3.
Ancestors
- BitfountError
- builtins.Exception
- builtins.BaseException
NoModelCodeError
class NoModelCodeError(*args, **kwargs):The model exists but no download URL was returned by the hub.
Ancestors
- 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
SMARTOnFHIRError
class SMARTOnFHIRError(*args, **kwargs):Exception raised when interacting with SMART on FHIR system.
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