Exceptions raised by the `taipy.common.config` package.
Classes¶
ConfigurationUpdateBlocked
: The configuration is being blocked from update by other Taipy services.InconsistentEnvVariableError
: Inconsistency value has been detected in an environment variable referenced by the configuration.InvalidConfigurationId
: Configuration id is not valid.LoadingError
: Raised if an error occurs while loading the configuration file.MissingEnvVariableError
: Environment variable referenced in configuration is missing.