RemoveFileMemberError
public enum RemoveFileMemberError : CustomStringConvertible, JSONRepresentable
Errors for removeFileMember2.
-
An unspecified error.
Declaration
Swift
case userError(Sharing.SharingUserError) -
An unspecified error.
Declaration
Swift
case accessError(Sharing.SharingFileAccessError) -
This member does not have explicit access to the file and therefore cannot be removed. The return value is the access that a user might have 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 }
View on GitHub
RemoveFileMemberError Enumeration Reference