Interface GqlStatusObject

All Known Subinterfaces:
Notification
All Known Implementing Classes:
InternalGqlStatusObject, InternalNotification

@Preview(name="GQL-status object") public interface GqlStatusObject
The GQL-status object as defined by the GQL standard.
Since:
5.22.0
See Also:
  • Method Details

    • gqlStatus

      String gqlStatus()
      Returns the GQLSTATUS as defined by the GQL standard.
      Returns:
      the GQLSTATUS value
    • statusDescription

      String statusDescription()
      The GQLSTATUS description.
      Returns:
      the GQLSTATUS description
    • diagnosticRecord

      Map<String,Value> diagnosticRecord()
      Returns the diagnostic record.
      Returns:
      the diagnostic record