DBTEAMFeaturesGetValuesBatchErrorTag
Objective-C
enum DBTEAMFeaturesGetValuesBatchErrorTag : NSInteger {}
Swift
@frozen enum DBTEAMFeaturesGetValuesBatchErrorTag : Int, @unchecked Sendable
The DBTEAMFeaturesGetValuesBatchErrorTag
enum type represents the possible
tag states with which the DBTEAMFeaturesGetValuesBatchError
union can
exist.
-
At least one Feature must be included in the FeaturesGetValuesBatchArg.features list.
Declaration
Objective-C
DBTEAMFeaturesGetValuesBatchErrorEmptyFeaturesList
Swift
case emptyFeaturesList = 0
-
(no description).
Declaration
Objective-C
DBTEAMFeaturesGetValuesBatchErrorOther
Swift
case other = 1