exceptions
dev_tool.services.update.exceptions
UpdateServiceError
Bases: DevToolBaseError
An exception that is raised when an update service operation fails.
BinaryDownloadError
Bases: UpdateServiceError
An exception that is raised when a binary download fails.
GitHubReleaseError
Bases: UpdateServiceError
An exception that is raised when GitHub release information cannot be retrieved.
VersionCheckError
Bases: UpdateServiceError
An exception that is raised when version checking fails.
TokenError
Bases: UpdateServiceError
An exception that is raised when authentication token retrieval fails.
AssetNotFoundError
Bases: UpdateServiceError
An exception that is raised when a required release asset cannot be found.
ExecutableReplacementError
Bases: UpdateServiceError
An exception that is raised when executable replacement fails.