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
accountIdinDBUSERSGetAccountArgdoes not exist.Declaration
Objective-C
DBUSERSGetAccountErrorNoAccountSwift
case noAccount = 0 -
(no description).
Declaration
Objective-C
DBUSERSGetAccountErrorOtherSwift
case other = 1
View on GitHub
DBUSERSGetAccountErrorTag Enumeration Reference