LoadingStyleFailure

abstract class LoadingStyleFailure

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

Parameters

message

Failure message.

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

Inheritors

Link copied to clipboard
Link copied to clipboard