OpenFairyGUI API
    Preparing search index...

    Interface EntityQueryError

    interface EntityQueryError {
        code: "entity_query_failed";
        message: string;
        reason:
            | "invalid_query"
            | "not_found"
            | "ambiguous"
            | "response_budget_exceeded"
            | "non_json_value";
        sessionId: string;
    }
    Index
    code: "entity_query_failed"
    message: string
    reason:
        | "invalid_query"
        | "not_found"
        | "ambiguous"
        | "response_budget_exceeded"
        | "non_json_value"
    sessionId: string