LookUpPropertiesError
public enum LookUpPropertiesError : CustomStringConvertible, JSONRepresentable
The LookUpPropertiesError union
-
No property group was found.
Declaration
Swift
case propertyGroupNotFound -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
LookUpPropertiesError Enumeration Reference