OpenFairyGUI API
    Preparing search index...

    Interface MaterializeWriteFailedError

    interface MaterializeWriteFailedError {
        attemptedRevision: number;
        canonicalPathKey: string;
        code: "write_failed";
        diagnostics: BackendDiagnostic[];
        diskMayBePartiallyUpdated: true;
        failedPaths: string[];
        lastSavedRevision: number;
        message: string;
        sessionId: string;
        skippedPaths: string[];
        writtenPaths: string[];
    }
    Index
    attemptedRevision: number
    canonicalPathKey: string
    code: "write_failed"
    diagnostics: BackendDiagnostic[]
    diskMayBePartiallyUpdated: true
    failedPaths: string[]
    lastSavedRevision: number
    message: string
    sessionId: string
    skippedPaths: string[]
    writtenPaths: string[]