JavascriptError

class JavascriptError

Enum values used to denote errors happening when executing JavaScript

Methods

class JavascriptError
quark() int

Gets the quark for the domain of JavaScript errors.

Fields

class JavascriptError
INVALID_PARAMETER

An unsupported parameter has been used to call and async function from API. Since 2.40

INVALID_RESULT

The result of JavaScript execution could not be returned. Since 2.40

SCRIPT_FAILED

An exception was raised in JavaScript execution