gearman_client_errno - Gearmand Documentation, http://gearman.info/
Contents
Copyright
2011-2014, Data Differential, http://www.datadifferential.com/
1.1.21+ds Jul 31, 2025 GEARMAN_CLIENT_ERRNO(3)
Description
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().
Home
To find out more information please check: http://gearman.info/SEEALSO:gearmand(8)libgearman(3)Name
gearman_client_errno - Gearmand Documentation, http://gearman.info/Return Value
gearman_client_errno() returns the last errno that the client recorded.
Synopsis
#include <libgearman/gearman.h>
constchar*gearman_client_error(constgearman_client_st*client)intgearman_client_errno(gearman_client_st*client)
Ling with -lgearman
