:ERROR 0540:.
The package {package} is not up-to-date. The re-installation of the feature {name} should be processed first."
:ERROR 0540:.
The package {package} is not up-to-date. The re-installation of the feature {name} should be processed first."
def __init__(self, package, name):
super(sppasPackageUpdateFeatureError, self).__init__('')
self._status = 540
self.parameter = error(self._status) + error(self._status, 'globals').format(package=package, name=name)