ENUM

ExoHealthCheckStatus

Description

Status enum representing health check status.

link GraphQL Schema definition

  • enum ExoHealthCheckStatus {
  • # Health check failed.
  • FAILED
  • # Health check passed.
  • PASSED
  • # Health check was skipped.
  • SKIPPED
  • # This is the default value and must not be used.
  • STATUS_UNKNOWN
  • }