ErrLookup › upstash/context7
upstash/context7
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors · TypeScript · 82 source files
Analyzed at ca15df0443 on 2026-08-12. 14 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Failed to fetch user info | exception | error | auth, http, cli, whoami |
| no files | exception | warning | cli, setup, skill-install, non-propagated |
| Could not reach ${url}: ${detail}${code ? ` (${code})` : ""} | exception | error | network, oauth, proxy, tls, cli |
| ${fallback} (HTTP ${response.status} from ${response.url}): | exception | error | oauth, http, cli, error-body |
| Device token poll failed | exception | error | oauth, device-flow, cli |
| Skill file path "${file.path}" resolves outside the target d | exception | critical | security, path-traversal, skill-install, validation |
| Unsafe skill name: ${JSON.stringify(skillName)} | validation | error | validation, security, skill-install |
| Skill name "${skillName}" escapes the skills root | validation | error | validation, security, skill-install, defense-in-depth |
| API key is required. Pass it in the config or set CONTEXT7_A | exception | critical | config, auth, sdk, initialization, env |
| Request did not return a result | exception | error | sdk, http, type-guard, base-command |
| Request did not return a result | exception | error | sdk, http, get-context, type-guard |
| query and libraryName are required | validation | error | validation, sdk, search, constructor |
| Request did not return a result | exception | error | sdk, http, search, type-guard |
| errorBody.error || errorBody.message || res.statusText | http | error | http, sdk, api, retry, error-body |