LocalSettingsNotFoundError

data class LocalSettingsNotFoundError(val cause: Exception? = null) : StorytellerError

Indicates that SDK settings could not be loaded because no local (cached) settings were found, and fetching from the network might have also failed or was not attempted.

Constructors

Link copied to clipboard
constructor(cause: Exception? = null)

Properties

Link copied to clipboard
open override val cause: Exception? = null

The original exception, if any.

Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard