manifest_checker.CheckResult

Represent the outcome of a single manifest check.

Usage

manifest_checker.CheckResult(
    name,
    state,
    message,
    principle,
)

Parameter Attributes

name: str
state: Severity
message: str
principle: 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.