WKErrorCode Enum

Definition

Enumerates WebKit errors.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum WKErrorCode
type WKErrorCode = 
Inheritance
WKErrorCode
Attributes

Fields

ContentRuleListStoreCompileFailed 6

Indicates that a rule list could not be compiled.

ContentRuleListStoreLookUpFailed 7

Indicates that a rule list could not be looked up.

ContentRuleListStoreRemoveFailed 8

Indicates that a rule list could not be removed from a store.

ContentRuleListStoreVersionMismatch 9

Indicates that there was a mismatch between rule list store versions.

JavaScriptExceptionOccurred 4

A JavaScript exception occurred.

JavaScriptResultTypeIsUnsupported 5

The result of a JavaScript execution was not supported.

None 0

No error occurred.

Unknown 1

An unknown error occurred.

WebContentProcessTerminated 2

A WebContent process terminated unexpectetly.

WebViewInvalidated 3

A WebView was invalidated.

Applies to