Enumeration
WebKit2JavascriptError
unstable since: 4.1
Description [src]
Enum values used to denote errors happening when executing JavaScript.
Available since: 4.1
Members
WEBKIT_JAVASCRIPT_ERROR_SCRIPT_FAILED- 
            
An exception was raised in JavaScript execution.
- Value: 
699 - Nickname: 
script-failed - Available since: 4.1
 
 - Value: 
 WEBKIT_JAVASCRIPT_ERROR_INVALID_PARAMETER- 
            
An unsupported parameter has been used to call and async function from API. Since 2.40
- Value: 
600 - Nickname: 
invalid-parameter - Available since: 4.1
 
 - Value: 
 WEBKIT_JAVASCRIPT_ERROR_INVALID_RESULT- 
            
The result of JavaScript execution could not be returned. Since 2.40
- Value: 
601 - Nickname: 
invalid-result - Available since: 4.1
 
 - Value: 
 
Type functions
webkit_javascript_error_quark
Gets the quark for the domain of JavaScript errors.
unstable since: 4.1