Exit code ConfigError - VanaDev/Vana GitHub Wiki
ConfigError occurs when there's a problem with configuration. Extra information about what's wrong will be found in std::cerr.
It could be a missing value that's required.
It could mean that there is an invalid value, as in the case of inter_password.
It could mean that the value is malformed, such as providing a boolean to a configuration that requires a table.