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
DBTEAMFeaturesGetValuesBatchErrorEmptyFeaturesListSwift
case emptyFeaturesList = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMFeaturesGetValuesBatchErrorOtherSwift
case other = 1 
View on GitHub
        DBTEAMFeaturesGetValuesBatchErrorTag Enumeration Reference