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.Error
ENUM
ApolloCodegen.Error
Swift
1public enum Error: Swift.Error, LocalizedErrorErrors that can occur during code generation.
Cases
graphQLSourceValidationFailure(atLines:)
Swift
1case graphQLSourceValidationFailure(atLines: [String])An error occured during validation of the GraphQL schema or operations.
Properties
errorDescription
Swift
1public var errorDescription: String?Give FeedbackFeedback