KnownHealthState enum
Overall health state for update-specific health checks. Indicates whether the system is functioning correctly, has warnings or errors, or is undergoing a health evaluation.
Fields
| Error | An error occurred during the health check process. |
| Failure | The health check failed, indicating a critical issue. |
| InProgress | The health check is currently in progress. |
| Success | The health check completed successfully and the system is healthy. |
| Unknown | The health state is not known or cannot be determined. |
| Warning | The health check detected a non-critical issue that may require attention. |