GofileStatusException

class GofileStatusException(val response: HttpResponse, val status: String) : IllegalStateException

Gofile.io returns some error.

Constructors

Link copied to clipboard
fun GofileStatusException(response: HttpResponse, status: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val message: String
Link copied to clipboard
val response: HttpResponse
Link copied to clipboard