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
DBPAPERDocLookupErrorInsufficientPermissionsSwift
case insufficientPermissions = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBPAPERDocLookupErrorOtherSwift
case other = 1 - 
                  
                  
The required doc was not found.
Declaration
Objective-C
DBPAPERDocLookupErrorDocNotFoundSwift
case docNotFound = 2 
View on GitHub
        DBPAPERDocLookupErrorTag Enumeration Reference