FileMemberActionError
public enum FileMemberActionError : CustomStringConvertible, JSONRepresentable
The FileMemberActionError union
-
Specified member was not found.
Declaration
Swift
case invalidMember
-
User does not have permission to perform this action on this member.
Declaration
Swift
case noPermission
-
Specified file was invalid or user does not have access.
Declaration
Swift
case accessError(Sharing.SharingFileAccessError)
-
The action cannot be completed because the target member does not have explicit access to the file. The return value is the access that the member has to the file from a parent folder.
Declaration
Swift
case noExplicitAccess(Sharing.MemberAccessLevelResult)
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }