debian man page for gearman_client_error

Query: gearman_client_error

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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 gearmand(8) libgearman(3)
AUTHOR
Data Differential http://www.datadifferential.com/
COPYRIGHT
2012, Data Differential, http://www.datadifferential.com/ 0.33 May 04, 2012 GEARMAN_CLIENT_ERROR(3)
Related Man Pages
gearman_client_options(3) - debian
gearman_client_remove_options(3) - debian
gearman_client_set_data_fn(3) - debian
gearman_client_set_log_fn(3) - debian
gearman_client_set_options(3) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
Weird 'find' results