gearman_worker_error - Man Page

Gearmand Documentation, http://gearman.info/

Synopsis

#include <libgearman/gearman.h>

const char *gearman_worker_error(const gearman_worker_st *worker)

int gearman_worker_errno(gearman_worker_st *worker)

Link with -lgearman

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().

Return Value

gearman_worker_errno() returns the last errno that the worker recorded.

Home

To find out more information please check: http://gearman.info/

SEE ALSO:

Author

Data Differential http://www.datadifferential.com/

Referenced By

gearman_actions_t(3), gearman_client_clear_fn(3), gearman_client_set_complete_fn(3), gearman_client_set_context(3), gearman_client_set_created_fn(3), gearman_client_set_data_fn(3), gearman_client_set_exception_fn(3), gearman_client_set_fail_fn(3), gearman_client_set_status_fn(3), gearman_client_set_warning_fn(3).

Nov 06, 2023 1.1.21 Gearmand