SamsStorageDestinationErrors – Storage Destination Errors

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

Raised when the StorageDestination could not be found

app_code: str = '05001'
description: str = 'Destination "{destination_id}" not registered with the system'
http_code: int = 404