Member Junction
    Preparing search index...

    Error encountered during a sync operation

    interface SyncError {
        entity:
            | "course"
            | "bundle"
            | "user"
            | "enrollment"
            | "progress"
            | "certificate"
            | "quizResult";
        entityId: string;
        message: string;
        operation: "create"
        | "update"
        | "delete"
        | "read";
        timestamp: string;
    }
    Index

    Properties

    entity:
        | "course"
        | "bundle"
        | "user"
        | "enrollment"
        | "progress"
        | "certificate"
        | "quizResult"
    entityId: string
    message: string
    operation: "create" | "update" | "delete" | "read"
    timestamp: string