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