CKErrorCodeExtensions Class

Definition

Extension methods for the CloudKit.CKErrorCode enumeration.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public static class CKErrorCodeExtensions
type CKErrorCodeExtensions = class
Inheritance
CKErrorCodeExtensions
Attributes

Remarks

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

Methods

GetDomain(CKErrorCode)

Returns the error domain associated with the CloudKit.CKErrorCode value

Applies to