Documentation ¶
Index ¶
- func BadConfigFilterErr(filter []string) error
- func ConfigParsingError(err error) error
- func ConfigProfileActivationErr(config, file string, err error) error
- func ConfigProfileConflictErr(config, file string) error
- func ConfigProfilesNotMatchedErr(profiles []string) error
- func ConfigSetAbsFilePathsErr(config, file string, err error) error
- func ConfigSetDefaultValuesErr(config, file string, err error) error
- func ConfigUnknownAPIVersionErr(version string) error
- func DependencyConfigFileNotFoundErr(depFile, parentFile string, err error) error
- func DuplicateConfigNamesAcrossFilesErr(config, file1, file2 string) error
- func DuplicateConfigNamesInSameFileErr(config, file string) error
- func MainConfigFileNotFoundErr(file string, err error) error
- func ZeroConfigsParsedErr(file string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BadConfigFilterErr ¶
BadConfigFilterErr specifies no configs matched the configs filter
func ConfigParsingError ¶
ConfigParsingError returns a generic config parsing error
func ConfigProfileActivationErr ¶
ConfigProfileActivationErr specifies that profile activation failed for this config
func ConfigProfileConflictErr ¶
ConfigProfileConflictErr specifies that the same config is imported with different set of profiles.
func ConfigProfilesNotMatchedErr ¶ added in v1.24.0
ConfigProfilesNotMatchedErr specifies that the profiles selected via the `--profile` flag could not be matched against any config
func ConfigSetAbsFilePathsErr ¶
ConfigSetAbsFilePathsErr specifies that substituting absolute filepaths failed for this config
func ConfigSetDefaultValuesErr ¶
ConfigSetDefaultValuesErr specifies that default values failed to be applied for this config
func ConfigUnknownAPIVersionErr ¶ added in v1.24.1
ConfigUnknownAPIVersionErr specifies that the config API version doesn't match any known versions.
func DependencyConfigFileNotFoundErr ¶
DependencyConfigFileNotFoundErr specifies dependency configuration file not found
func DuplicateConfigNamesAcrossFilesErr ¶
DuplicateConfigNamesAcrossFilesErr specifies that multiple configs have the same name in different files
func DuplicateConfigNamesInSameFileErr ¶
DuplicateConfigNamesInSameFileErr specifies that multiple configs have the same name in current config file
func MainConfigFileNotFoundErr ¶
MainConfigFileNotFoundErr specifies main configuration file not found
func ZeroConfigsParsedErr ¶
ZeroConfigsParsedErr specifies that the config file is empty
Types ¶
This section is empty.