ErrLookup › uber-go/zap
uber-go/zap
Blazing fast, structured, leveled logging in Go. · Go · 64 source files
Analyzed at bbd4ecbd87 on 2026-08-31. 27 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| missing Level | validation | error | config, zap, go, initialization |
| no encoder name specified | validation | error | encoder, registration, zap, go |
| missing EncodeTime in EncoderConfig | validation | error | encoder, config, zap, go |
| must specify logging level | http | warning | http, zap, go, request-validation |
| can't register a sink factory for empty string | validation | error | sink, registration, zap, go |
| must start with a letter | validation | error | sink, url, validation, zap, go |
| can't unmarshal a nil *Level | validation | error | zapcore, level, unmarshal, go, nil-pointer |
| encoder already registered for name %q | validation | error | encoder, registration, duplicate, zap, go |
| no encoder registered for name %q | validation | error | encoder, config, registration, zap, go |
| unrecognized level: %q | validation | error | zap, logging, configuration, invalid-level |
| malformed request body: %v | http | error | http, json, zap, request-body |
| %q is not a valid scheme: %v | validation | error | zap, sink, url-scheme, validation |
| sink factory already registered for scheme %q | validation | error | zap, sink, registry, duplicate-registration |
| can't parse %q as a URL: %v | validation | error | zap, url, sink, configuration |
| user and password not allowed with file URLs: got %v | validation | error | zap, file-sink, url, validation |
| fragments not allowed with file URLs: got %v | validation | error | zap, file-sink, url, validation |
| query parameters not allowed with file URLs: got %v | validation | error | zap, file-sink, url, validation |
| ports not allowed with file URLs: got %v | validation | error | zap, file-sink, url, validation |
| file URLs must leave host empty or use localhost: got %v | validation | error | zap, file-sink, url, validation |
| may not contain %q | validation | error | sink, validation, register-sink |
| open sink %q: %w | error_code | error | sink, file-io, logger-config |
| PANIC=%v | console | warning | panic-recovery, error-encoding, zapcore |
| PANIC=%v | console | warning | panic-recovery, stringer, zapcore |
| invalid increase level, as level %q is allowed by increased | validation | error | level, configuration, zapcore |
| unrecognized level: %q | validation | error | level, parsing, configuration |
| ce.Message | panic | error | panic, log-level, zapcore |
| underlying error from the wrapped (*Logger, error) call | panic | critical | panic, initialization, logger-config |