Failed Download Exception
class FailedDownloadException(message: String, val statusCode: Int = 404, err: Throwable? = null) : RuntimeException(source)
Indicates that the client couldn't download a given resource
Indicates that the client couldn't download a given resource