HelmFailedError# exception phalanx.exceptions.HelmFailedError(command, args, exc)# Bases: Exception A Helm command failed. Parameters: command (str) – Subcommand being run. args (Iterable[str]) – Arguments to that subcommand. exc (CalledProcessError) – Exception reporting the failure.