EvaluateException

@Serializable
data class EvaluateException(val error: <Error class: unknown class>, val jsError: String)

Exception thrown when an error occurs while evaluating a JavaScript expression in the browser context.

Constructors

Link copied to clipboard
constructor(error: <Error class: unknown class>)
constructor(error: <Error class: unknown class>, jsError: String)

Properties

Link copied to clipboard
val error: <Error class: unknown class>

Details of the exception that occurred during evaluation.

Link copied to clipboard

The JavaScript error message, if available.