Exception
Package containing exception modules for the Downloader package.
Modules:
| Name | Description |
|---|---|
GoogleDriveDownloadError |
An exception for Google Drive download failures. |
GoogleDriveDownloadError(file_id, cause)
Bases: Exception
An exception for Google Drive download failures.
Initialize the exception.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
file_id
|
str
|
The Google Drive file ID that failed to download. |
required |
cause
|
str
|
Description of the underlying cause of the failure. |
required |