SamsConfigErrors – Config Errors¶
-
class
AuthTypeNotSpecified(payload: Optional[Dict[str, Any]] = None, exception: Optional[Exception] = None)¶ Raised when the SAMS_AUTH_TYPE config attribute is undefined
-
class
AuthTypeHasNoGetAuthInstance(payload: Optional[Dict[str, Any]] = None, exception: Optional[Exception] = None)¶ Raised when loading the Auth module if get_auth_instance is undefined
-
class
StorageProviderConfigStringNotProvided(payload: Optional[Dict[str, Any]] = None, exception: Optional[Exception] = None)¶ Raised when a StorageProvider receives an empty config
-
class
StorageProviderIncorrectConfigArguments(num_args: int, exception: Optional[Exception] = None)¶ Raised when a StorageProvider received incorrect number of config arguments
-
class
StorageProviderInvalidConfig(src_provider: str, dest_provider: str, exception: Optional[Exception] = None)¶ Raised when a StorageProvider received config for an incompatible StorageProvider