InternalFailure

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

Unexpected internal failure has occurred when loading style.

Constructors

Link copied to clipboard
constructor(message: String)

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.