FileManagerPathError


ENUM

FileManagerPathError

Swift
1public enum FileManagerPathError: Swift.Error, LocalizedError, Equatable

Cases

notAFile(path:)

Swift
1case notAFile(path: String)

notADirectory(path:)

Swift
1case notADirectory(path: String)

cannotCreateFile(at:)

Swift
1case cannotCreateFile(at: String)

Properties

errorDescription

Swift
1public var errorDescription: String
Feedback

Edit on GitHub

Forums