Enum HealthStatus
Represents the reported status of a health check.
Namespace: Steeltoe.Common.HealthChecks
Assembly: Steeltoe.Common.dll
Syntax
public enum HealthStatus : int
Fields
Name | Description |
---|---|
Down | Indicates that the component is unhealthy, or an unhandled exception was thrown while executing the health check. |
OutOfService | Indicates that the component is under maintenance (planned downtime). |
Unknown | Indicates that the component is in an unknown state. |
Up | Indicates that the component is healthy. |
Warning | Indicates that the component is in a warning state. |