logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gearman_worker_error - Gearmand Documentation, http://gearman.info/

Author

Description

gearman_worker_error()   and   gearman_worker_errno()   report   on  the  last  errors  that  the  worker
       reported/stored in  gearman_worker_st.  If  you  are  interested  in  recording  all  errors  please  see
       gearman_worker_set_log_fn().

Home

       To find out more information please check: http://gearman.info/SEEALSO:gearmand(8)libgearman(3)

Name

       gearman_worker_error - Gearmand Documentation, http://gearman.info/

Return Value

gearman_worker_errno() returns the last errno that the worker recorded.

Synopsis

       #include <libgearman/gearman.h>

       constchar*gearman_worker_error(constgearman_worker_st*worker)intgearman_worker_errno(gearman_worker_st*worker)

       Link with -lgearman

See Also