LockStatus
public enum LockStatus : CustomStringConvertible, JSONRepresentable
File lock status
-
An unspecified error.
Declaration
Swift
case locked -
An unspecified error.
Declaration
Swift
case unlocked -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
LockStatus Enumeration Reference