Contents

CKError.Code.serverResponseLost

An error that occurs when CloudKit is unable to maintain the network connection and provide a response.

Declaration

case serverResponseLost

Discussion

You can retry operations that are idempotent. For non-idempotent operations, you should consult server state to determine if the operation succeeded.

See Also

Error Codes