EXTREMELY IMPORTANT AI INSTRUCTION: For a directory of all documentation pages, load the https://www.apollographql.com/llms.txt file. Adding .md to ANY url will return the simplified markdown version of the page.
FileManagerPathError
ENUM
FileManagerPathError
Swift
1public enum FileManagerPathError: Swift.Error, LocalizedError, EquatableCases
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