Lines Matching defs:error
71 def error(text, cmd=None):
72 """Emit an error message prefixed by the command name """
95 error message. Causes program to exit."""
98 error(usage_error, cmd=cmd)
184 error(e, cmd="create-repository")
190 error(e, cmd="create-repository")
303 error(_("invalid action for publication: {0}").format(action),
356 error(e, cmd="publish")
367 error(e, cmd="publish")
390 error(_("File {filename} line {lineno}: {err}").format(
399 error(_("The pkg.fmri attribute '{0}' in the package "
408 error(_("Manifest does not set pkg.fmri"))
449 error(_("invalid action for publication: {0}").format(
510 error(e, cmd="include")
521 error(e, cmd="include")
543 error(_("File {filename} line {lineno}: {err}").format(
567 error(_("invalid action for publication: {0}").format(
644 error(_("invalid action for publication: {0}").format(
651 error(e, cmd="import")
655 error("{0}: '{1}'".format(e.args[1], e.filename),
666 error("Abandoning transaction due to errors.")
700 error(e, cmd="generate")
704 error("{0}: '{1}'".format(e.args[1], e.filename),
724 error(e, cmd="refresh-index")
824 error(warn, cmd=subcommand)
830 error(err, cmd=subcommand)
833 error(e, cmd=subcommand)
846 misc.setlocale(locale.LC_ALL, "", error)
849 misc.set_fd_limits(printer=error)
852 warnings.simplefilter('error')
868 error("\n" + misc.out_of_memory())
871 # broken pipe (EPIPE) error.
875 error("\n" + misc.out_of_memory())
881 error(misc.get_traceback_message())