Contents

CKErrorRetryAfterKey

The key to retrieve the number of seconds to wait before you retry a request.

Declaration

let CKErrorRetryAfterKey: String

Discussion

An NSNumber that contains the number of seconds until you can retry a request. CloudKit adds this key to the error’s userInfo dictionary when the error code is CKError.Code.serviceUnavailable or CKError.Code.requestRateLimited.

See Also

Errors