WebKit.JavascriptError – webkit2gtk-4.1 Reference Manual
JavascriptError
Description:
[
CCode
( cprefix =
"WEBKIT_JAVASCRIPT_ERROR_"
, type_id =
"webkit_javascript_error_get_type ()"
) ]
public
errordomain
JavascriptError
Enum values used to denote errors happening when executing JavaScript
Namespace:
WebKit
Package:
webkit2gtk-4.1
Content:
Error codes:
FAILED
INVALID_PARAMETER
-
An unsupported parameter has been used to call and async function from API.
INVALID_RESULT
-
The result of JavaScript execution could not be returned.
SCRIPT_FAILED
-
An exception was raised in JavaScript execution
Static methods:
public
static
Quark
quark
()
Gets the quark for the domain of JavaScript errors.