gearman_worker_error - Gearmand Documentation, http://gearman.info/
Contents
Copyright
2011-2014, Data Differential, http://www.datadifferential.com/
1.1.20+ds Mar 19, 2025 GEARMAN_WORKER_ERROR(3)
Description
gearman_worker_error() and gearman_worker_errno() report on the last errors that the worker
reported/stored in gearman_worker_st. If you are interested in recording all errors please see
gearman_worker_set_log_fn().
Home
To find out more information please check: http://gearman.info/SEEALSO:gearmand(8)libgearman(3)Name
gearman_worker_error - Gearmand Documentation, http://gearman.info/Return Value
gearman_worker_errno() returns the last errno that the worker recorded.
Synopsis
#include <libgearman/gearman.h>
constchar*gearman_worker_error(constgearman_worker_st*worker)intgearman_worker_errno(gearman_worker_st*worker)
Link with -lgearman
