WebKit.PluginError – webkit2gtk-4.0 Reference Manual
PluginError
Description:
[
CCode
( cprefix =
"WEBKIT_PLUGIN_ERROR_"
, type_id =
"webkit_plugin_error_get_type ()"
) ]
public
errordomain
PluginError
Enum values used to denote the various plugin and multimedia errors.
Namespace:
WebKit
Package:
webkit2gtk-4.0
Content:
Error codes:
CANNOT_FIND_PLUGIN
-
Load failure due to missing plugin.
CANNOT_LOAD_PLUGIN
-
Load failure due to inability to load plugin.
CONNECTION_CANCELLED
-
Load failure due to connection cancellation.
FAILED
-
Generic plugin load failure.
JAVA_UNAVAILABLE
-
Load failure due to missing Java support that is required to load plugin.
WILL_HANDLE_LOAD
-
Preliminary load failure for media content types.
Static methods:
public
static
Quark
quark
()
Gets the quark for the domain of plug-in errors.
2022 vala-language.org