DBUSERSGetAccountErrorTag
Objective-C
enum DBUSERSGetAccountErrorTag : NSInteger {}
Swift
@frozen enum DBUSERSGetAccountErrorTag : Int, @unchecked Sendable
The DBUSERSGetAccountErrorTag
enum type represents the possible tag states
with which the DBUSERSGetAccountError
union can exist.
-
The specified
accountId
inDBUSERSGetAccountArg
does not exist.Declaration
Objective-C
DBUSERSGetAccountErrorNoAccount
Swift
case noAccount = 0
-
(no description).
Declaration
Objective-C
DBUSERSGetAccountErrorOther
Swift
case other = 1