ApolloCodegen.Error
ENUM
ApolloCodegen.Error
Swift
1public enum Error: Swift.Error, LocalizedError
Errors 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?