AlphaGetMetadataError
public enum AlphaGetMetadataError : CustomStringConvertible, JSONRepresentable
The AlphaGetMetadataError union
-
An unspecified error.
Declaration
Swift
case path(Files.LookupError)
-
An unspecified error.
Declaration
Swift
case propertiesError(FileProperties.LookUpPropertiesError)
-
Declaration
Swift
public var description: String { get }