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
DBPAPERPaperFolderCreateErrorInsufficientPermissionsSwift
case insufficientPermissions = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBPAPERPaperFolderCreateErrorOtherSwift
case other = 1 - 
                  
                  
The specified parent Paper folder cannot be found.
Declaration
Objective-C
DBPAPERPaperFolderCreateErrorFolderNotFoundSwift
case folderNotFound = 2 - 
                  
                  
The folder id cannot be decrypted to valid folder id.
Declaration
Objective-C
DBPAPERPaperFolderCreateErrorInvalidFolderIdSwift
case invalidFolderId = 3 
View on GitHub
        DBPAPERPaperFolderCreateErrorTag Enumeration Reference