Skip to main content
property HealthCheckResult.exit_code
HealthCheckResult.exit_code: None | int
The original Bazel exit code, if available. property HealthCheckResult.message
HealthCheckResult.message: None | str
Diagnostic message, if any. property HealthCheckResult.outcome
HealthCheckResult.outcome: str
The server health state: "healthy", "unhealthy", or "inconclusive".