QueryAssistantDiagnosticPosition is a datatype for a query assistant diagnostic position.

This datatype is used by the datatype, QueryAssistantDiagnostic, which is used by the datatype, QueryAssistantSuccess, which is used by the union datatype, QueryAssistantAssistance, and that datatype is used by the datatype, QueryAssistantResult, which is used by the queryAssistance() query field.

Table: QueryAssistantDiagnosticPosition

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Oct 2, 2024
beginOffsetintegeryes PreviewWhere to begin the offset.
columnintegeryes PreviewThe column.
endOffsetintegeryes PreviewThe end of the offset.
lineintegeryes PreviewThe line to use.
longStringstringyes PreviewThe string to use for diagnostics.