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
DBAUTHPaperAccessErrorPaperDisabled
Swift
case paperDisabled = 0
-
The provided user has not used Paper yet.
Declaration
Objective-C
DBAUTHPaperAccessErrorNotPaperUser
Swift
case notPaperUser = 1
-
(no description).
Declaration
Objective-C
DBAUTHPaperAccessErrorOther
Swift
case other = 2