gearman_client_error man page
gearman_client_error — Gearmand Documentation, http://gearman.info/ const char *gearman_client_error(const gearman_client_st *client) int gearman_client_errno(gearman_client_st *client) gearman_client_error() and gearman_client_errno() report on the last errors that the client reported/stored in gearman_client_st. If you are interested in recording all errors please see gearman_client_set_log_fn(). gearman_client_errno() returns the last errno that the client recorded. To find out more information please check: http://gearman.info/ SEE ALSO: Data Differential http://www.datadifferential.com/ 2011-2014, Data Differential, http://www.datadifferential.com/ 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).Synopsis
#include <libgearman/gearman.h>
Ling with -lgearman
Description
Return Value
Home
Author
Copyright
Referenced By