DBPAPERDocLookupErrorTag
Objective-C
enum DBPAPERDocLookupErrorTag : NSInteger {}
Swift
@frozen enum DBPAPERDocLookupErrorTag : Int, @unchecked Sendable
The DBPAPERDocLookupErrorTag
enum type represents the possible tag states
with which the DBPAPERDocLookupError
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
DBPAPERDocLookupErrorInsufficientPermissions
Swift
case insufficientPermissions = 0
-
(no description).
Declaration
Objective-C
DBPAPERDocLookupErrorOther
Swift
case other = 1
-
The required doc was not found.
Declaration
Objective-C
DBPAPERDocLookupErrorDocNotFound
Swift
case docNotFound = 2