CreateFolderError
public enum CreateFolderError : CustomStringConvertible, JSONRepresentable
The CreateFolderError union
-
An unspecified error.
Declaration
Swift
case path(Files.WriteError)
-
Declaration
Swift
public var description: String { get }