PaperFolderCreateError
public enum PaperFolderCreateError : CustomStringConvertible, JSONRepresentable
The PaperFolderCreateError union
-
Your account does not have permissions to perform this action. This may be due to it only having access to Paper as files in the Dropbox filesystem. For more information, refer to the Paper Migration Guide https://www.dropbox.com/lp/developers/reference/paper-migration-guide.
Declaration
Swift
case insufficientPermissions
-
An unspecified error.
Declaration
Swift
case other
-
The specified parent Paper folder cannot be found.
Declaration
Swift
case folderNotFound
-
The folder id cannot be decrypted to valid folder id.
Declaration
Swift
case invalidFolderId
-
Declaration
Swift
public var description: String { get }