OpenFairyGUI API
    Preparing search index...

    Interface SessionNotFoundError

    interface SessionNotFoundError {
        code: "session_not_found";
        message: string;
        sessionId: string;
    }
    Index
    code: "session_not_found"
    message: string
    sessionId: string