DBPAPERPaperDocCreateErrorTag
Objective-C
enum DBPAPERPaperDocCreateErrorTag : NSInteger {}
Swift
@frozen enum DBPAPERPaperDocCreateErrorTag : Int, @unchecked Sendable
The DBPAPERPaperDocCreateErrorTag
enum type represents the possible tag
states with which the DBPAPERPaperDocCreateError
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
DBPAPERPaperDocCreateErrorInsufficientPermissions
Swift
case insufficientPermissions = 0
-
(no description).
Declaration
Objective-C
DBPAPERPaperDocCreateErrorOther
Swift
case other = 1
-
The provided content was malformed and cannot be imported to Paper.
Declaration
Objective-C
DBPAPERPaperDocCreateErrorContentMalformed
Swift
case contentMalformed = 2
-
The specified Paper folder is cannot be found.
Declaration
Objective-C
DBPAPERPaperDocCreateErrorFolderNotFound
Swift
case folderNotFound = 3
-
The newly created Paper doc would be too large. Please split the content into multiple docs.
Declaration
Objective-C
DBPAPERPaperDocCreateErrorDocLengthExceeded
Swift
case docLengthExceeded = 4
-
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
DBPAPERPaperDocCreateErrorImageSizeExceeded
Swift
case imageSizeExceeded = 5