JSONParseError

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

Indicates a problem parsing JSON data, typically when processing settings or API responses.

Constructors

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

Properties

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

The original parsing exception.

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