FileLockContent
public enum FileLockContent : CustomStringConvertible, JSONRepresentable
The FileLockContent union
-
Empty type to indicate no lock.
Declaration
Swift
case unlocked
-
A lock held by a single user.
Declaration
Swift
case singleUser(Files.SingleUserLock)
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }