DBPAPERAddPaperDocUserResultTag
Objective-C
enum DBPAPERAddPaperDocUserResultTag : NSInteger {}
Swift
@frozen enum DBPAPERAddPaperDocUserResultTag : Int, @unchecked Sendable
The DBPAPERAddPaperDocUserResultTag enum type represents the possible tag
states with which the DBPAPERAddPaperDocUserResult union can exist.
-
User was successfully added to the Paper doc.
Declaration
Objective-C
DBPAPERAddPaperDocUserResultSuccessSwift
case success = 0 -
Something unexpected happened when trying to add the user to the Paper doc.
Declaration
Objective-C
DBPAPERAddPaperDocUserResultUnknownErrorSwift
case unknownError = 1 -
The Paper doc can be shared only with team members.
Declaration
Objective-C
DBPAPERAddPaperDocUserResultSharingOutsideTeamDisabledSwift
case sharingOutsideTeamDisabled = 2 -
The daily limit of how many users can be added to the Paper doc was reached.
Declaration
Objective-C
DBPAPERAddPaperDocUserResultDailyLimitReachedSwift
case dailyLimitReached = 3 -
Owner’s permissions cannot be changed.
Declaration
Objective-C
DBPAPERAddPaperDocUserResultUserIsOwnerSwift
case userIsOwner = 4 -
User data could not be retrieved. Clients should retry.
Declaration
Objective-C
DBPAPERAddPaperDocUserResultFailedUserDataRetrievalSwift
case failedUserDataRetrieval = 5 -
This user already has the correct permission to the Paper doc.
Declaration
Objective-C
DBPAPERAddPaperDocUserResultPermissionAlreadyGrantedSwift
case permissionAlreadyGranted = 6 -
(no description).
Declaration
Objective-C
DBPAPERAddPaperDocUserResultOtherSwift
case other = 7
View on GitHub
DBPAPERAddPaperDocUserResultTag Enumeration Reference