Share via


WKWebExtensionContextErrorExtensions Class

Definition

Extension methods for the WKWebExtensionContextError enumeration.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static class WKWebExtensionContextErrorExtensions
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
type WKWebExtensionContextErrorExtensions = class
Inheritance
WKWebExtensionContextErrorExtensions
Attributes

Remarks

The extension method for the WKWebExtensionContextError enumeration can be used to fetch the error domain associated with these error codes.

Methods

Name Description
GetDomain(WKWebExtensionContextError)

Returns the error domain associated with the WebKit.WKWebExtensionContextError value

Applies to