WKErrorCodeExtensions Class

Definition

Extension methods for the WatchKit.WKErrorCode enumeration.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public static class WKErrorCodeExtensions
type WKErrorCodeExtensions = class
Inheritance
WKErrorCodeExtensions
Attributes

Remarks

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

Methods

GetDomain(WKErrorCode)

Returns the error domain associated with the WatchKit.WKErrorCode value

Applies to