Backstage
    Preparing search index...
    interface LogSolution {
        actions: string[];
        container: string;
        errorType: string;
        rootCauseExplanation: string;
        type: "logs";
    }

    Hierarchy (View Summary)

    Index

    Properties

    actions: string[]
    container: string
    errorType: string
    rootCauseExplanation: string
    type: "logs"