LoadingStyleFailure

abstract class LoadingStyleFailure

Exception related to loading the style from the URL. It contains information about the cause of the failure.

Inheritors

Types

Link copied to clipboard
class HttpFailure(val message: String, val httpCode: Int) : LoadingStyleFailure

Online http call ended with unexpected HTTP code.

Link copied to clipboard

Unexpected internal failure has occurred when loading style.

Properties

Link copied to clipboard

Failure message.

Functions

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

Returns a string representation of the LoadingStyleFailure object.