:ERROR 0510:.
Installation failed with error: {error}.
:ERROR 0510:.
Installation failed with error: {error}.
def __init__(self, error_msg):
super(sppasInstallationError, self).__init__(error_msg)
self._status = 510
self.parameter = error(self._status) + error(self._status, 'globals').format(error=error_msg)