DBUSERSUserFeaturesGetValuesBatchErrorTag
Objective-C
enum DBUSERSUserFeaturesGetValuesBatchErrorTag : NSInteger {}
Swift
@frozen enum DBUSERSUserFeaturesGetValuesBatchErrorTag : Int, @unchecked Sendable
The DBUSERSUserFeaturesGetValuesBatchErrorTag enum type represents the
possible tag states with which the DBUSERSUserFeaturesGetValuesBatchError
union can exist.
-
At least one UserFeature must be included in the UserFeaturesGetValuesBatchArg.features list.
Declaration
Objective-C
DBUSERSUserFeaturesGetValuesBatchErrorEmptyFeaturesListSwift
case emptyFeaturesList = 0 -
(no description).
Declaration
Objective-C
DBUSERSUserFeaturesGetValuesBatchErrorOtherSwift
case other = 1
View on GitHub
DBUSERSUserFeaturesGetValuesBatchErrorTag Enumeration Reference