Errors
Error handling
Common exceptions and how to fix them:
ValueError: Unknown action in template— check the action name (supported: env, file, config, yaml)ValueError: Environment variable ... is not set ...— provide the variable or a default (${{ env:VAR:default }})ValueError: Config template cannot return dict or list inside string— move theconfig:to a standalone valueValueError: YAML template cannot be used inside string— useyaml:as a value, not inline in a stringFileNotFoundError— verify file path forfile:oryaml:templatesKeyError: Key '...' not found in configuration— check the dotted path forconfig:templatesKeyError (injection): Key by name '...' not found— adjust the decoratormaskor use an explicit pathKeyError (injection): Ambiguous key name '...'— narrow themaskor setunique=Falseor use an explicit path