Share via


CKErrorCodeExtensions Class

Definition

Extension methods for the CKErrorCode enumeration.

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

Remarks

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

Methods

Name Description
GetDomain(CKErrorCode)

Returns the error domain associated with the CloudKit.CKErrorCode value

Applies to