Download Client
A service class for downloading files
Types
Link copied to clipboard
class FailedDownloadException(message: String, val statusCode: Int = 404, err: Throwable? = null) : RuntimeException
Indicates that the client couldn't download a given resource
Link copied to clipboard
Indicates that the integrity of a downloaded file couldn't be verified with the given checksum