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_client_errno - Gearmand Documentation, http://gearman.info/

Author

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().

Home

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

Name

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

Return Value

gearman_client_errno() returns the last errno that the client recorded.

Synopsis

       #include <libgearman/gearman.h>

       constchar*gearman_client_error(constgearman_client_st*client)intgearman_client_errno(gearman_client_st*client)

       Ling with -lgearman

See Also