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)

Properties

Link copied to clipboard

HTTP response code.

Inherited properties

Link copied to clipboard

Failure message.

Inherited functions

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

Returns a string representation of the LoadingStyleFailure object.