DBAUTHPaperAccessErrorTag
Objective-C
enum DBAUTHPaperAccessErrorTag : NSInteger {}
Swift
@frozen enum DBAUTHPaperAccessErrorTag : Int, @unchecked Sendable
The DBAUTHPaperAccessErrorTag enum type represents the possible tag states
with which the DBAUTHPaperAccessError union can exist.
-
Paper is disabled.
Declaration
Objective-C
DBAUTHPaperAccessErrorPaperDisabledSwift
case paperDisabled = 0 -
The provided user has not used Paper yet.
Declaration
Objective-C
DBAUTHPaperAccessErrorNotPaperUserSwift
case notPaperUser = 1 -
(no description).
Declaration
Objective-C
DBAUTHPaperAccessErrorOtherSwift
case other = 2
View on GitHub
DBAUTHPaperAccessErrorTag Enumeration Reference