HealthCheckResult
The result data of a health check.
A shortened exception.
Indicates if the result of the check is indeed healthy or not.
Message of the result.
public HealthCheckResult()
Initializes a new instance of the HealthCheckResult class.
Initializes a new instance of the HealthCheckResult class.
public HealthCheckResult(Metadata metaData, bool isHealthy, string message = null, HealthCheckException exception = null)
Initializes a new instance of the HealthCheckResult class.
Initializes a new instance of the HealthCheckResult class.
Initializes a new instance of the HealthCheckResult class.