TGraphQLError.AddLocation Method
Adds the location (line and column) of the document where the error occurred.
Syntax
Unit: GraphQL.Response
procedure TGraphQLError.AddLocation(Line: Integer; Column: Integer);
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
Line | Integer | ||
Column | Integer |