checks.CheckResult
Represent the outcome of a single manifest check.
Usage
checks.CheckResult(
name,
state,
message,
principle,
)Parameter Attributes
name: strstate: Severitymessage: strprinciple: int | list[int]
Attributes
name: str-
Stable identifier for the check.
state: Severity-
Severity assigned to the check result.
message: str-
Human-readable explanation of the outcome.
principle: int | list[int]- Frontier principle number, or numbers, associated with the check.