hpcflow.sdk.config.errors#
Miscellaneous configuration-related errors.
Exceptions
|
Raised when the updating of the config YAML file fails. |
|
Raised when trying to set an invalid key in the Config. |
|
Raised when attempting to set a config key using an invalid JSON string. |
|
Raised when trying to pop an item from a config item with an invalid index. |
|
Raised when trying to modify a config item using a list operation, when the config item is not a list. |
|
Raised when a change to the configurable data would invalidate the config. |
|
Raised when the specified default configuration in the ConfigOptions object is invalid. |
Raised when a valid configuration can not be associated with the current invocation. |
|
|
Raised when, given the run time information of the invocation, no compatible configuration can be found in the config file. |
|
Raised when the configuration contains an invalid match key. |
Raised when the configuration file fails validation. |
|
|
Raised when a configuration invocation key is passed but it is not a valid key. |
|
Raised when the configuration tries to unset an unset item. |
|
Raised when a configuration callback errors. |
|
Raised when the configuration contains an item that can't be configured. |
|
Raised when the configuration contains an unknown item. |
|
Raised when the configuration override contains an unknown item. |
|
Raised when the matching config data is invalid. |
|
Raised when an environment file specified in the config file does not exist. |
|
Raised when a task schema file specified in the config file does not exist. |