SamsStorageProviderErrors – Storage Provider Errors

class NotFound(provider_id: str, exception: Optional[Exception] = None)

Raised when the StorageProvider could not be found

app_code: str = '06001'
description: str = 'Provider "{provider_id}" not registered with the system'
http_code: int = 404