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
DBFILESSyncSettingsErrorPathSwift
case path = 0 -
Setting this combination of sync settings simultaneously is not supported.
Declaration
Objective-C
DBFILESSyncSettingsErrorUnsupportedCombinationSwift
case unsupportedCombination = 1 -
The specified configuration is not supported.
Declaration
Objective-C
DBFILESSyncSettingsErrorUnsupportedConfigurationSwift
case unsupportedConfiguration = 2 -
(no description).
Declaration
Objective-C
DBFILESSyncSettingsErrorOtherSwift
case other = 3
View on GitHub
DBFILESSyncSettingsErrorTag Enumeration Reference