ENUM

SapHanaSystemStatus

Description

SAP HANA system status.

link GraphQL Schema definition

  • enum SapHanaSystemStatus {
  • # Error while connecting to SAP HANA system.
  • ERROR
  • # SAP HANA system is successfully connected.
  • OK
  • # SAP HANA system is in the connecting stage.
  • UNKNOWN_SYSTEM_STATUS
  • # SAP HANA system is connected with warnings.
  • WARNING
  • }