SyncSettingsError
public enum SyncSettingsError : CustomStringConvertible, JSONRepresentable
The SyncSettingsError union
-
An unspecified error.
Declaration
Swift
case path(Files.LookupError)
-
Setting this combination of sync settings simultaneously is not supported.
Declaration
Swift
case unsupportedCombination
-
The specified configuration is not supported.
Declaration
Swift
case unsupportedConfiguration
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }