UserFeaturesGetValuesBatchError
public enum UserFeaturesGetValuesBatchError : CustomStringConvertible, JSONRepresentable
The UserFeaturesGetValuesBatchError union
-
At least one UserFeature must be included in the UserFeaturesGetValuesBatchArg.features list.
Declaration
Swift
case emptyFeaturesList
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }