ErrLookup › air-verse/air
air-verse/air
☁️ Live reload for Go apps · Go · 20 source files
Analyzed at 71ea1dee05 on 2026-08-31. 20 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| configuration already exists | validation | error | config, init, air, toml |
| entrypoint values must be strings, got %T | validation | error | config, toml, entrypoint, type-error |
| entrypoint must be a string or array of strings, got %T | validation | error | config, toml, entrypoint, type-error |
| build.rules[%d] (%s): cmd is required | validation | error | config, validation, rules, toml |
| build.rules[%d] (%s): at least one of include_dir, include_e | validation | error | config, validation, rules, toml |
| build.rules[%d] (%s): failed to compile regex %q: %w | validation | error | config, regex, validation, rules |
| failed to check for existing configuration: %w | validation | error | config, filesystem, permissions, init |
| failed to create a new configuration: %w | validation | error | config, filesystem, permissions, init |
| failed to marshal the default configuration: %w | validation | error | config, toml, marshal, init |
| failed to write to %s: %w | validation | error | config, filesystem, io, init |
| failed to parse %s: %w | validation | error | config, toml, parsing |
| refusing to run in %s - this would watch too many files. Ple | validation | error | config, watcher, safety |
| failed to compile regex %q: %w | validation | error | config, regex, validation |
| unsupported color mode: %s. Expected always, auto, or never | validation | error | config, color, validation |
| error getting absolute path to %v: %w | validation | error | filesystem, path |
| unexpected error while dereferencing %v: %w | validation | error | filesystem, symlink, path |
| proxy inject: failed to init gzip reader: %w | exception | error | proxy, gzip, http |
| proxy inject: failed to read body from http response: %w | exception | error | proxy, http, network |
| proxy handler: bad form | http | warning | proxy, http, request-parsing |
| proxy handler: unable to create request | http | warning | proxy, http, request |