OpenFairyGUI API
    Preparing search index...

    Interface BackendJobNotCancellableError

    interface BackendJobNotCancellableError {
        code: "job_not_cancellable";
        jobId: string;
        message: string;
        sessionId: string;
        status: "completed" | "failed" | "cancelled";
    }
    Index
    code: "job_not_cancellable"
    jobId: string
    message: string
    sessionId: string
    status: "completed" | "failed" | "cancelled"