Lines Matching full:message
170 * Pass an existing error to the caller with the message modified:
291 * Get @err's human-readable error message.
306 * If @errp is &error_abort, print a suitable message and abort().
307 * If @errp is &error_fatal, print a suitable message and exit(1).
310 * human-readable error message is made from printf-style @fmt, ...
311 * The resulting message should be a single phrase, with no newline or
326 * Just like error_setg(), with @os_error info added to the message.
328 * the human-readable error message.
343 * Just like error_setg(), with @win32_error info added to the message.
345 * is appended to the human-readable error message.
362 * Else, if @dst_errp is &error_abort, print a suitable message and
364 * Else, if @dst_errp is &error_fatal, print a suitable message and
389 * Prepend some text to @errp's human-readable error message.
396 * Prepend some text to @errp's human-readable error message.
409 * error message.
472 * Similar to warn_report_err(), except it prints the message just once.