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

TypeAlias UnsupportedConfigError

viper.go:65–65  ·  view source on GitHub ↗

UnsupportedConfigError denotes encountering an unsupported configuration filetype.

Source from the content-addressed store, hash-verified

63// UnsupportedConfigError denotes encountering an unsupported
64// configuration filetype.
65type UnsupportedConfigError string
66
67// Error returns the formatted configuration error.
68func (str UnsupportedConfigError) Error() string {

Callers 5

ReadInConfigMethod · 0.85
MergeInConfigMethod · 0.85
WriteConfigToMethod · 0.85
writeConfigMethod · 0.85
unmarshalReaderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected