{"record":{"id":"656abbe448896104","repo":"diegosouzapw/OmniRoute","slug":"create-failed","errorCode":null,"errorMessage":"create_failed","messagePattern":"create_failed","errorType":"exception","errorClass":"Error","httpStatus":null,"severity":"error","filePath":"src/app/(dashboard)/dashboard/radar/combos/page.tsx","lineNumber":104,"sourceCode":"      return true;\n    } catch {\n      return false;\n    }\n  }, []);\n\n  const createSuggestion = useCallback(\n    async (suggestion: RadarComboSuggestion) => {\n      setCreatingName(suggestion.name);\n      setError(\"\");\n      try {\n        const response = await fetch(\"/api/combos\", {\n          method: \"POST\",\n          headers: { \"Content-Type\": \"application/json\" },\n          body: JSON.stringify(suggestion.payload),\n        });\n        if (!response.ok) {\n          if (response.status === 400 && (await refreshExistingName(suggestion.name))) return;\n          throw new Error(\"create_failed\");\n        }\n        setExistingNames((current) => new Set([...current, suggestion.name]));\n        setCreatedNames((current) => new Set([...current, suggestion.name]));\n      } catch {\n        setError(t(\"createFailed\"));\n      } finally {\n        setCreatingName(null);\n      }\n    },\n    [refreshExistingName, t]\n  );\n\n  if (flagOff) notFound();\n\n  return (\n    <div className=\"flex flex-col gap-6\">\n      <div className=\"flex flex-col gap-3\">\n        <Link","sourceCodeStart":86,"sourceCodeEnd":122,"githubUrl":"https://github.com/diegosouzapw/OmniRoute/blob/a179ffed5bb2e0b883b9ae7214ce8717b2a94c4d/src/app/(dashboard)/dashboard/radar/combos/page.tsx#L86-L122","documentation":"Error \"create_failed\" thrown in diegosouzapw/OmniRoute.","triggerScenarios":"Thrown at src/app/(dashboard)/dashboard/radar/combos/page.tsx:104 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"}