SharedFolderAccessError
public enum SharedFolderAccessError : CustomStringConvertible, JSONRepresentable
There is an error accessing the shared folder.
-
This shared folder ID is invalid.
Declaration
Swift
case invalidId -
The user is not a member of the shared folder thus cannot access it.
Declaration
Swift
case notAMember -
The user does not exist or their account is disabled.
Declaration
Swift
case invalidMember -
Never set.
Declaration
Swift
case emailUnverified -
The shared folder is unmounted.
Declaration
Swift
case unmounted -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
SharedFolderAccessError Enumeration Reference