We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cbe734 commit 32f4a24Copy full SHA for 32f4a24
1 file changed
Sources/SQLiteData/CloudKit/SyncEngineDelegate.swift
@@ -92,10 +92,12 @@
92
/// in user, and _their_ iCloud storage is full. You can let the user know that they may want
93
/// to contact the owner about upgrading their storage or cleaning up their iCloud account.
94
///
95
- ///
+ /// This method can be called many times, and so you will want to de-duplicate the
96
+ /// `quotaExceeded` boolean so as to not alert your users multiple times.
97
98
/// - Parameters:
99
/// - syncEngine: The sync engine that generates the event.
100
+ /// - quotaExceeded: Determines if records failed to save due to a 'quotaExceeded` error.
101
/// - scope: The database that the event occured on.
102
func syncEngine(
103
_ syncEngine: SyncEngine,
0 commit comments