1GEARMAN_WORKER_ERRNO(3) Gearmand GEARMAN_WORKER_ERRNO(3)
2
3
4
6 gearman_worker_errno - Gearmand Documentation, http://gearman.info/
7
9 #include <libgearman/gearman.h>
10
11 const char *gearman_worker_error(const gearman_worker_st *worker)
12
13 int gearman_worker_errno(gearman_worker_st *worker)
14
15 Link with -lgearman
16
18 gearman_worker_error() and gearman_worker_errno() report on the last
19 errors that the worker reported/stored in gearman_worker_st. If you are
20 interested in recording all errors please see gear‐
21 man_worker_set_log_fn().
22
24 gearman_worker_errno() returns the last errno that the worker 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.19.1 Feb 18, 2020 GEARMAN_WORKER_ERRNO(3)