LoadingStyleFailure

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
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
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class HttpFailure(val message: String, val httpCode: Int) : LoadingStyleFailure

Online http call ended with unexpected HTTP code.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class InternalFailure(val message: String) : LoadingStyleFailure

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.