table of contents
other versions
- buster 1.1.18+ds-3+b3
- buster-backports 1.1.19.1+ds-2~bpo10+1
- testing 1.1.19.1+ds-2+b1
- unstable 1.1.19.1+ds-2+b2
GEARMAN_CLIENT_ERROR(3) | Gearmand | GEARMAN_CLIENT_ERROR(3) |
NAME¶
gearman_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
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-2019, Data Differential, http://www.datadifferential.com/January 29, 2019 | 1.1.18+ds |