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
Content:
Error codes:
- 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: