GraphQLResultError
STRUCT
GraphQLResultError
Swift
1public struct GraphQLResultError: Error, LocalizedError
An error which has occurred in processing a GraphQLResult
Properties
pathString
Swift
1public var pathString: String
underlying
Swift
1public let underlying: Error
The error that occurred during parsing.
errorDescription
Swift
1public var errorDescription: String?
A description of the error which includes the path where the error occurred.