FileLockingPolicyState
public enum FileLockingPolicyState : CustomStringConvertible, JSONRepresentable
The FileLockingPolicyState union
-
File locking feature is disabled.
Declaration
Swift
case disabled
-
File locking feature is allowed.
Declaration
Swift
case enabled
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }