LoadingStyleFailure

data class LoadingStyleFailure

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

Parameters

message

Failure message.

cause

Optional object which caused the issue.

Important: This is a Public Preview API. It may be changed or removed at any time.

Properties

Link copied to clipboard
val cause: Any? = null
Link copied to clipboard
val message: String