DBPAPERPaperFolderCreateErrorTag
Objective-C
enum DBPAPERPaperFolderCreateErrorTag : NSInteger {}
Swift
@frozen enum DBPAPERPaperFolderCreateErrorTag : Int, @unchecked Sendable
The DBPAPERPaperFolderCreateErrorTag
enum type represents the possible tag
states with which the DBPAPERPaperFolderCreateError
union can exist.
-
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
Objective-C
DBPAPERPaperFolderCreateErrorInsufficientPermissions
Swift
case insufficientPermissions = 0
-
(no description).
Declaration
Objective-C
DBPAPERPaperFolderCreateErrorOther
Swift
case other = 1
-
The specified parent Paper folder cannot be found.
Declaration
Objective-C
DBPAPERPaperFolderCreateErrorFolderNotFound
Swift
case folderNotFound = 2
-
The folder id cannot be decrypted to valid folder id.
Declaration
Objective-C
DBPAPERPaperFolderCreateErrorInvalidFolderId
Swift
case invalidFolderId = 3