ErrLookup › itwanger/toBeBetterJavaer

itwanger/toBeBetterJavaer

一份通俗易懂、风趣幽默的Java学习指南,内容涵盖Java基础、Java并发编程、Java虚拟机、Java企业级开发、Java面试等核心知识点。学Java,就认准二哥的Java进阶之路😄 · Java · 5 source files

Analyzed at 6617f5fd0b on 2026-08-14. 15 documented errors.

Code / MessageTypeSeverityTags
Unknown option: ${arg}
exception error cli, argument-parsing, usage-error
Missing value for ${argv[index]}
exception error cli, argument-parsing, usage-error
${optionName} must be a positive integer
exception error cli, validation, usage-error
Missing required env vars: ${missing.join(", ")}
exception critical configuration, environment, oss, credentials
Path not found: ${target}
exception error filesystem, cli, usage-error
Download failed with HTTP ${response.status}
exception error network, http, cdn, download
Unexpected content type: ${contentType}
exception error network, content-type, validation, cdn
Downloaded file is empty
exception error network, download, validation
Unknown option: ${arg}
exception error cli, argument-parsing, usage-error
--route and --dir must be used together
exception error cli, argument-parsing, usage-error
Missing value for ${argv[index]}
exception error cli, argument-parsing, usage-error
Sidebar file not found: ${options.sidebar}
exception error filesystem, configuration, cli
Markdown directory not found: ${target.dir}
exception error filesystem, cli, configuration
Route not found in sidebar.ts: ${target.route}
exception error parsing, configuration, sidebar, regex
Could not parse route array: ${route}
exception error parsing, sidebar, syntax-error, bracket-matching