Edit

Share via


CKErrorCodeExtensions.GetDomain(CKErrorCode) Method

Definition

Returns the error domain associated with the CloudKit.CKErrorCode value

public static Foundation.NSString GetDomain (this CloudKit.CKErrorCode self);
static member GetDomain : CloudKit.CKErrorCode -> Foundation.NSString

Parameters

self
CKErrorCode

The enumeration value

Returns

Remarks

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

Applies to