Interface IGqlStatusObject
This is a preview API, This API may change between minor revisions.
The GQL-status object as defined by the GQL standard. Returned by GqlStatusObjects
[Obsolete("This is a Preview API and may change between minor versions. Obsolete will be removed in a later revision.")]
public interface IGqlStatusObject
- Extension Methods
Properties
- Classification
Gets the parsed RawClassification of the IGqlStatusObject instance.
- DiagnosticRecord
Gets the GQL Status diagnostic record.
- GqlStatus
Returns the GQLSTATUS as defined by the GQL standard.
- Position
Gets the position in the query where the IGqlStatusObject instance points to. Not all notifications have a unique position to point to and in that case the position would be set to all 0s.
- RawClassification
Gets the unparsed string value for Classification of the IGqlStatusObject instance.
- RawDiagnosticRecord
Gets the GQL Status as string representation
- RawSeverity
Gets the unparsed string value for Severity of the IGqlStatusObject instance.
- Severity
Gets the parsed RawSeverity of the IGqlStatusObject instance.
- StatusDescription
The GQLSTATUS description.