FeaturesGetValuesBatchError
public enum FeaturesGetValuesBatchError : CustomStringConvertible, JSONRepresentable
The FeaturesGetValuesBatchError union
-
At least one Feature must be included in the FeaturesGetValuesBatchArg.features list.
Declaration
Swift
case emptyFeaturesList -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
FeaturesGetValuesBatchError Enumeration Reference