Share via


WKWebExtensionErrorExtensions.GetDomain(WKWebExtensionError) Method

Definition

Returns the error domain associated with the WebKit.WKWebExtensionError value

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

Parameters

self
WKWebExtensionError

The enumeration value

Returns

Remarks

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

Applies to