- All Known Subinterfaces:
GqlNotification
- All Known Implementing Classes:
InternalGqlNotification
,InternalGqlStatusObject
@Preview(name="GQL-status object")
public sealed interface GqlStatusObject
permits GqlNotification, InternalGqlStatusObject
The GQL-status object as defined by the GQL standard.
- Since:
- 5.22.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the diagnostic record.Returns the GQLSTATUS as defined by the GQL standard.The GQLSTATUS description.
-
Method Details