# Variables
ErrBadConfig is returned when updatecli try to read a wrong configuration.
ErrConfigFileTypeNotSupported is returned when updatecli try to read an unsupported file type.
ErrNoEnvironmentVariableSet is returned when during the templating process, it tries to access en environment variable not set.
ErrNoKeyDefined is returned when during the templating process, it tries to retrieve a key value which is not defined in the configuration.