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
DBUSERSUserFeaturesGetValuesBatchErrorEmptyFeaturesList
Swift
case emptyFeaturesList = 0
-
(no description).
Declaration
Objective-C
DBUSERSUserFeaturesGetValuesBatchErrorOther
Swift
case other = 1