DBPAPERPaperDocUpdateErrorTag
Objective-C
enum DBPAPERPaperDocUpdateErrorTag : NSInteger {}
                Swift
@frozen enum DBPAPERPaperDocUpdateErrorTag : Int, @unchecked Sendable
                The DBPAPERPaperDocUpdateErrorTag enum type represents the possible tag
states with which the DBPAPERPaperDocUpdateError 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
DBPAPERPaperDocUpdateErrorInsufficientPermissionsSwift
case insufficientPermissions = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBPAPERPaperDocUpdateErrorOtherSwift
case other = 1 - 
                  
                  
The required doc was not found.
Declaration
Objective-C
DBPAPERPaperDocUpdateErrorDocNotFoundSwift
case docNotFound = 2 - 
                  
                  
The provided content was malformed and cannot be imported to Paper.
Declaration
Objective-C
DBPAPERPaperDocUpdateErrorContentMalformedSwift
case contentMalformed = 3 - 
                  
                  
The provided revision does not match the document head.
Declaration
Objective-C
DBPAPERPaperDocUpdateErrorRevisionMismatchSwift
case revisionMismatch = 4 - 
                  
                  
The newly created Paper doc would be too large, split the content into multiple docs.
Declaration
Objective-C
DBPAPERPaperDocUpdateErrorDocLengthExceededSwift
case docLengthExceeded = 5 - 
                  
                  
The imported document contains an image that is too large. The current limit is 1MB. This only applies to HTML with data URI.
Declaration
Objective-C
DBPAPERPaperDocUpdateErrorImageSizeExceededSwift
case imageSizeExceeded = 6 - 
                  
                  
This operation is not allowed on archived Paper docs.
Declaration
Objective-C
DBPAPERPaperDocUpdateErrorDocArchivedSwift
case docArchived = 7 - 
                  
                  
This operation is not allowed on deleted Paper docs.
Declaration
Objective-C
DBPAPERPaperDocUpdateErrorDocDeletedSwift
case docDeleted = 8 
View on GitHub
        DBPAPERPaperDocUpdateErrorTag Enumeration Reference