DBFILESSyncSettingsErrorTag
Objective-C
enum DBFILESSyncSettingsErrorTag : NSInteger {}
Swift
@frozen enum DBFILESSyncSettingsErrorTag : Int, @unchecked Sendable
The DBFILESSyncSettingsErrorTag
enum type represents the possible tag
states with which the DBFILESSyncSettingsError
union can exist.
-
(no description).
Declaration
Objective-C
DBFILESSyncSettingsErrorPath
Swift
case path = 0
-
Setting this combination of sync settings simultaneously is not supported.
Declaration
Objective-C
DBFILESSyncSettingsErrorUnsupportedCombination
Swift
case unsupportedCombination = 1
-
The specified configuration is not supported.
Declaration
Objective-C
DBFILESSyncSettingsErrorUnsupportedConfiguration
Swift
case unsupportedConfiguration = 2
-
(no description).
Declaration
Objective-C
DBFILESSyncSettingsErrorOther
Swift
case other = 3