1GEARMAN_CLIENT_ERRNO(3) Gearmand GEARMAN_CLIENT_ERRNO(3)
2
3
4
6 gearman_client_errno - Gearmand Documentation, http://gearman.info/
7
9 #include <libgearman/gearman.h>
10
11 const char *gearman_client_error(const gearman_client_st *client)
12
13 int gearman_client_errno(gearman_client_st *client)
14
15 Ling with -lgearman
16
18 gearman_client_error() and gearman_client_errno() report on the last
19 errors that the client reported/stored in gearman_client_st. If you are
20 interested in recording all errors please see gear‐
21 man_client_set_log_fn().
22
24 gearman_client_errno() returns the last errno that the client recorded.
25
27 To find out more information please check: http://gearman.info/
28
29 SEE ALSO:
30 gearmand(8) libgearman(3)
31
33 Data Differential http://www.datadifferential.com/
34
36 2011-2014, Data Differential, http://www.datadifferential.com/
37
38
39
40
411.1.18 December 11, 2017 GEARMAN_CLIENT_ERRNO(3)