ENUM
ExoHealthCheckStatus
Description
Status enum representing health check status.
link GraphQL Schema definition
- enum ExoHealthCheckStatus {
- # Health check failed.
- # Health check passed.
- # Health check was skipped.
- # This is the default value and must not be used.
- }