DBPAPERPaperApiBaseErrorTag
Objective-C
enum DBPAPERPaperApiBaseErrorTag : NSInteger {}
Swift
@frozen enum DBPAPERPaperApiBaseErrorTag : Int, @unchecked Sendable
The DBPAPERPaperApiBaseErrorTag
enum type represents the possible tag
states with which the DBPAPERPaperApiBaseError
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
DBPAPERPaperApiBaseErrorInsufficientPermissions
Swift
case insufficientPermissions = 0
-
(no description).
Declaration
Objective-C
DBPAPERPaperApiBaseErrorOther
Swift
case other = 1