DBUSERSGetAccountBatchErrorTag
Objective-C
enum DBUSERSGetAccountBatchErrorTag : NSInteger {}
Swift
@frozen enum DBUSERSGetAccountBatchErrorTag : Int, @unchecked Sendable
The DBUSERSGetAccountBatchErrorTag enum type represents the possible tag
states with which the DBUSERSGetAccountBatchError union can exist.
-
The value is an account ID specified in
accountIdsinDBUSERSGetAccountBatchArgthat does not exist.Declaration
Objective-C
DBUSERSGetAccountBatchErrorNoAccountSwift
case noAccount = 0 -
(no description).
Declaration
Objective-C
DBUSERSGetAccountBatchErrorOtherSwift
case other = 1
View on GitHub
DBUSERSGetAccountBatchErrorTag Enumeration Reference