GEARMAN_CLIENT_ERROR(3) Gearmand GEARMAN_CLIENT_ERROR(3)NAMEgearman_client_error - Gearmand Documentation, http://gearman.info/
SYNOPSIS
#include <libgearman/gearman.h>
const char *gearman_client_error(const gearman_client_st *client);
int gearman_client_errno(gearman_client_st *client);
Ling with -lgearman
DESCRIPTIONgearman_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 gear‐
man_client_set_log_fn().
RETURN VALUEgearman_client_errno() returns the last errno that the client recorded.
HOME
To find out more information please check: http://gearman.info/
SEE ALSOgearmand(8)libgearman(3)AUTHOR
Data Differential http://datadifferential.com/
COPYRIGHT
2011, Data Differential, http://datadifferential.com/
0.23 June 29, 2011 GEARMAN_CLIENT_ERROR(3)