HttpRequestError

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

Constructors

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

Functions

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

Properties

Link copied to clipboard
@NonNull
@get:NonNull
val message: String
Link copied to clipboard
@NonNull
@get:NonNull
val type: HttpRequestErrorType