SharingFileAccessError
public enum SharingFileAccessError : CustomStringConvertible, JSONRepresentable
User could not access this file.
-
Current user does not have sufficient privileges to perform the desired action.
Declaration
Swift
case noPermission
-
File specified was not found.
Declaration
Swift
case invalidFile
-
A folder can’t be shared this way. Use folder sharing or a shared link instead.
Declaration
Swift
case isFolder
-
A file inside a public folder can’t be shared this way. Use a public link instead.
Declaration
Swift
case insidePublicFolder
-
A Mac OS X package can’t be shared this way. Use a shared link instead.
Declaration
Swift
case insideOsxPackage
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }