Coal LLC - v1.0.0
    Preparing search index...

    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

    checkId: string
    details?: string
    executionTime: number
    fixAvailable?: boolean
    isLegacyTest?: boolean
    message: string
    metadata?: { [key: string]: any }
    status: "warning" | "error" | "failed" | "passed"
    timestamp: Date