Reviewer Suggestion
    Preparing search index...

    Interface Diagnostic

    Machine-readable diagnostic without response bodies or credentials.

    interface Diagnostic {
        code: string;
        message: string;
    }
    Index
    code: string
    message: string