HttpFailure

class HttpFailure(val message: String, val httpCode: Int) : LoadingStyleFailure

Online http call ended with unexpected HTTP code.

Constructors

Link copied to clipboard
constructor(message: String, httpCode: Int)

Functions

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the LoadingStyleFailure object.

Properties

Link copied to clipboard

HTTP response code.

Link copied to clipboard

Failure message.