Enum StatusResultType
Specifies the result type of a health check status.
Namespace: Umbraco.Cms.Core.HealthChecks
Assembly: Umbraco.Core.dll
Syntax
public enum StatusResultType
Fields
| Name | Description |
|---|---|
| Error | The health check completed with an error condition. |
| Info | The health check completed with informational status. |
| Success | The health check completed successfully without any issues. |
| Warning | The health check completed with a warning condition. |