OpenFairyGUI API
    Preparing search index...

    Interface SessionReadError

    interface SessionReadError {
        code: "session_read_failed";
        message: string;
        reason:
            | "invalid_query"
            | "not_found"
            | "ambiguous"
            | "unsupported_resource"
            | "bytes_unavailable"
            | "response_budget_exceeded"
            | "non_json_value";
        sessionId: string;
    }
    Index
    code: "session_read_failed"
    message: string
    reason:
        | "invalid_query"
        | "not_found"
        | "ambiguous"
        | "unsupported_resource"
        | "bytes_unavailable"
        | "response_budget_exceeded"
        | "non_json_value"
    sessionId: string