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

TypeAlias ConfigFileAlreadyExistsError

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

ConfigFileAlreadyExistsError denotes failure to write new configuration file.

Source from the content-addressed store, hash-verified

81
82// ConfigFileAlreadyExistsError denotes failure to write new configuration file.
83type ConfigFileAlreadyExistsError string
84
85// Error returns the formatted error when configuration already exists.
86func (faee ConfigFileAlreadyExistsError) Error() string {

Callers 1

SafeWriteConfigAsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected