TGraphQLErrorLocation Class Contains information about the location where the error occurred. Syntax Unit: GraphQL.Response TGraphQLErrorLocation = class(TObject); Properties Name Description Line The line of document where the error occurred. Column The column of document where the error occurred.