Coal LLC - v1.0.0
Preparing search index...
IHealthCheckResult
Interface IHealthCheckResult
interface
IHealthCheckResult
{
checkId
:
string
;
details
?:
string
;
executionTime
:
number
;
fixAvailable
?:
boolean
;
isLegacyTest
?:
boolean
;
message
:
string
;
metadata
?:
{
[
key
:
string
]:
any
}
;
severity
:
HealthCheckSeverity
;
status
:
"warning"
|
"error"
|
"failed"
|
"passed"
;
timestamp
:
Date
;
}
Index
Properties
check
Id
details?
execution
Time
fix
Available?
is
Legacy
Test?
message
metadata?
severity
status
timestamp
Properties
check
Id
checkId
:
string
Optional
details
details
?:
string
execution
Time
executionTime
:
number
Optional
fix
Available
fixAvailable
?:
boolean
Optional
is
Legacy
Test
isLegacyTest
?:
boolean
message
message
:
string
Optional
metadata
metadata
?:
{
[
key
:
string
]:
any
}
severity
severity
:
HealthCheckSeverity
status
status
:
"warning"
|
"error"
|
"failed"
|
"passed"
timestamp
timestamp
:
Date
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
check
Id
details
execution
Time
fix
Available
is
Legacy
Test
message
metadata
severity
status
timestamp
Coal LLC - v1.0.0
Loading...