WebKitPluginError

Enum values used to denote the various plugin errors.

Values

ValueMeaning
FAILED299

Generic plugin load failure

CANNOT_FIND_PLUGIN200

Load failure due to missing plugin

CANNOT_LOAD_PLUGIN201

Load failure due to inability to load plugin

JAVA_UNAVAILABLE202

Load failure due to missing Java support that is required to load plugin

CONNECTION_CANCELLED203

Load failure due to connection cancellation

WILL_HANDLE_LOAD204

Load failure since plugin handles the load

Meta