HttpRequestError

open class HttpRequestError : Serializable

Record which contains detailed information about HTTP error happened during request/download call.

Constructors

HttpRequestError
Link copied to clipboard
open fun HttpRequestError(@NonNull type: HttpRequestErrorType, @NonNull message: String)

Functions

equals
Link copied to clipboard
open fun equals(object: Any): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

message
Link copied to clipboard
private val message: String
type
Link copied to clipboard
private val type: HttpRequestErrorType