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