Lines Matching defs:error
44 from six.moves.urllib.error import URLError
133 def error(text, cmd=None):
134 """Emit an error message prefixed by the command name """
153 logger.error(ws + pkg_cmd + text_nows)
157 specific error message. Causes program to exit.
161 error(usage_error, cmd=cmd)
345 error(_("Invalid config cache file at {0} "
351 error(_("Invalid config cache at {0} "
362 error(_("Invalid config cache at {0} "
369 error(_("Unable to load config from {cache_path}: {e}").format(
402 error(_("Unable to store config to {cache_path}: {e}").format(
841 error(err)
939 error("\n" + misc.out_of_memory())
948 error(_("The sysrepo command appears out of sync with the "
956 error(traceback_str)
962 misc.setlocale(locale.LC_ALL, "", error)
967 warnings.simplefilter('error')