TransferFolderError
public enum TransferFolderError : CustomStringConvertible, JSONRepresentable
The TransferFolderError union
-
An unspecified error.
Declaration
Swift
case accessError(Sharing.SharedFolderAccessError)
-
toDropboxId in TransferFolderArg is invalid.
Declaration
Swift
case invalidDropboxId
-
The new designated owner is not currently a member of the shared folder.
Declaration
Swift
case newOwnerNotAMember
-
The new designated owner has not added the folder to their Dropbox.
Declaration
Swift
case newOwnerUnmounted
-
The new designated owner’s email address is not verified. This functionality is only available on accounts with a verified email address. Users can verify their email address here https://www.dropbox.com/help/317.
Declaration
Swift
case newOwnerEmailUnverified
-
This action cannot be performed on a team shared folder.
Declaration
Swift
case teamFolder
-
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 }