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
accountIds
inDBUSERSGetAccountBatchArg
that does not exist.Declaration
Objective-C
DBUSERSGetAccountBatchErrorNoAccount
Swift
case noAccount = 0
-
(no description).
Declaration
Objective-C
DBUSERSGetAccountBatchErrorOther
Swift
case other = 1