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.
ApolloCodegen.CodegenError
ENUM
ApolloCodegen.CodegenError
Swift
1public enum CodegenError: Error, LocalizedErrorErrors which can happen with code generation
Cases
folderDoesNotExist(_:)
Swift
1case folderDoesNotExist(_ url: URL)multipleFilesButNotDirectoryURL(_:)
Swift
1case multipleFilesButNotDirectoryURL(_ url: URL)singleFileButNotSwiftFileURL(_:)
Swift
1case singleFileButNotSwiftFileURL(_ url: URL)Properties
errorDescription
Swift
1public var errorDescription: String?