MCPcopy
hub / github.com/spf13/viper / Error

Method Error

viper.go:53–55  ·  view source on GitHub ↗

Error returns the formatted configuration error.

()

Source from the content-addressed store, hash-verified

51
52// Error returns the formatted configuration error.
53func (e ConfigMarshalError) Error() string {
54 return fmt.Sprintf("While marshaling config: %s", e.err.Error())
55}
56
57var v *Viper
58

Callers 2

WatchConfigMethod · 0.45
mergeMapsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected