FailedDownloadException

class FailedDownloadException(message: String, val statusCode: Int = 404, err: Throwable? = null) : RuntimeException(source)

Indicates that the client couldn't download a given resource

Constructors

Link copied to clipboard
constructor(message: String, statusCode: Int = 404, err: Throwable? = null)

Properties

Link copied to clipboard