SetAccessInheritanceError
public enum SetAccessInheritanceError : CustomStringConvertible, JSONRepresentable
The SetAccessInheritanceError union
-
Unable to access shared folder.
Declaration
Swift
case accessError(Sharing.SharedFolderAccessError)
-
The current user does not have permission to perform this action.
Declaration
Swift
case noPermission
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }