WKErrorCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
None | 0 | No error occurred. |
Unknown | 1 | An unknown error occurred. |
WebContentProcessTerminated | 2 | A WebContent process terminated unexpectetly. |
WebViewInvalidated | 3 | A WebView was invalidated. |
JavaScriptExceptionOccurred | 4 | A JavaScript exception occurred. |
JavaScriptResultTypeIsUnsupported | 5 | The result of a JavaScript execution was not supported. |
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. |