Share via


WKWebExtensionContextErrorExtensions.GetDomain Method

Definition

Returns the error domain associated with the WebKit.WKWebExtensionContextError value

public static Foundation.NSString? GetDomain(this WebKit.WKWebExtensionContextError self);
static member GetDomain : WebKit.WKWebExtensionContextError -> Foundation.NSString

Parameters

self
WKWebExtensionContextError

The enumeration value

Returns

Remarks

See the NSError for information on how to use the error domains when reporting errors.

Applies to