{"record":{"id":"d2f82da302dabaa5","repo":"diegosouzapw/OmniRoute","slug":"combohealthfetchfailed","errorCode":null,"errorMessage":"comboHealthFetchFailed","messagePattern":"comboHealthFetchFailed","errorType":"exception","errorClass":"Error","httpStatus":null,"severity":"error","filePath":"src/app/(dashboard)/dashboard/analytics/ComboHealthTab.tsx","lineNumber":825,"sourceCode":"        setRetrying(true);\n      } else {\n        setLoading(true);\n      }\n      setError(null);\n      setForecastError(null);\n      setAutopilotError(null);\n      setScoringError(null);\n\n      try {\n        const response = await fetch(\n          `/api/usage/combo-health-dashboard?range=${range}&horizon=${horizon}`,\n          {\n            signal: controller.signal,\n          }\n        );\n\n        if (!response.ok) {\n          throw new Error(t(\"comboHealthFetchFailed\"));\n        }\n\n        const result = (await response.json()) as ComboHealthDashboardResponse;\n        setData(result.health);\n        setError(null);\n        setForecastData(result.forecast);\n        setAutopilotData(result.autopilot);\n        setScoringData(result.scoring);\n        setForecastError(result.errors.forecast ?? null);\n        setAutopilotError(result.errors.autopilot ?? null);\n        setScoringError(result.errors.scoring ?? null);\n      } catch (fetchError) {\n        if ((fetchError as Error).name === \"AbortError\") {\n          return;\n        }\n        setError(fetchError instanceof Error ? fetchError.message : t(\"unknownError\"));\n        if (!isRetry) setData(null);\n      } finally {","sourceCodeStart":807,"sourceCodeEnd":843,"githubUrl":"https://github.com/diegosouzapw/OmniRoute/blob/a179ffed5bb2e0b883b9ae7214ce8717b2a94c4d/src/app/(dashboard)/dashboard/analytics/ComboHealthTab.tsx#L807-L843","documentation":"Error \"comboHealthFetchFailed\" thrown in diegosouzapw/OmniRoute.","triggerScenarios":"Thrown at src/app/(dashboard)/dashboard/analytics/ComboHealthTab.tsx:825 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"a179ffed5bb2e0b883b9ae7214ce8717b2a94c4d","analyzedAt":"2026-08-25T18:35:09.898Z","schemaVersion":2},"datasetVersion":"2026-08-25T21:54:21.419Z"}