PropertiesSearchError
public enum PropertiesSearchError : CustomStringConvertible, JSONRepresentable
The PropertiesSearchError union
-
An unspecified error.
Declaration
Swift
case propertyGroupLookup(FileProperties.LookUpPropertiesError) -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
PropertiesSearchError Enumeration Reference