ErrLookup › spf13/viper
spf13/viper
Go configuration with fangs · Go · 21 source files
Analyzed at 528f7416c4 on 2026-08-04. 9 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| encoder not found for this format | exception | error | encoding, codec, config-write, registry |
| decoder not found for this format | exception | error | encoding, codec, config-read, registry |
| missing configuration for 'configPath' | validation | error | config-write, setup, paths, finder |
| cannot decode configuration: unable to determine config type | exception | error | config-read, setup, type, decoder |
| flag for %q is nil | validation | error | flags, pflag, binding, cobra |
| missing key to bind to | validation | error | env, binding, variadic |
| config type could not be determined for %s | exception | error | config-write, type, extension |
| failed to read configuration from input: %w | exception | error | config-read, io, remote, wrapped-error |
| error while binding environment variable: %v | panic | critical | env, binding, panic, variadic |