gearman_client_errno - Man Page
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
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().
Return Value
gearman_client_errno() returns the last errno that the client recorded.
Home
To find out more information please check: http://gearman.info/
SEE ALSO:
Author
Data Differential http://www.datadifferential.com/
Copyright
2011-2014, Data Differential, http://www.datadifferential.com/
Info
Nov 19, 2022 1.1.20 Gearmand