CreateFolderEntryError
public enum CreateFolderEntryError : CustomStringConvertible, JSONRepresentable
The CreateFolderEntryError union
-
An unspecified error.
Declaration
Swift
case path(Files.WriteError) -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
CreateFolderEntryError Enumeration Reference