Class CKError

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class CKError
extends NSError
  • Constructor Details

  • Method Details

    • getErrorCode

      public CKErrorCode getErrorCode()
      Overrides:
      getErrorCode in class NSError
    • getPartialErrors

      public NSDictionary<?,​?> getPartialErrors()
    • getAncestorRecord

      public CKRecord getAncestorRecord()
    • getServerRecord

      public CKRecord getServerRecord()
    • getClientRecord

      public CKRecord getClientRecord()
    • retriesAfterTime

      public double retriesAfterTime()
    • getClassDomain

      public static String getClassDomain()
    • getUserDidResetEncryptedDataKey

      public static String getUserDidResetEncryptedDataKey()
      Since:
      Available in iOS 15.0 and later.