1MEMCACHED_STRERROR(3)            libmemcached            MEMCACHED_STRERROR(3)
2
3
4

NAME

6       memcached_strerror - libmemcached Documentation
7

SYNOPSIS

9       #include <libmemcached/memcached.h>
10
11       const     char     *     memcached_strerror(memcached_st *ptr,     mem‐
12       cached_return_t rc)
13
14       Compile and link with -lmemcached
15

DESCRIPTION

17       memcached_strerror() takes a memcached_return_t  value  and  returns  a
18       string describing the error.
19
20       This string must not be modified by the application.
21
22       memcached_return_t  values are returned from nearly all libmemcached(3)
23       functions.
24
25       memcached_return_t values are of an enum type so that you  can  set  up
26       responses with switch/case and know that you are capturing all possible
27       return values.
28

RETURN

30       memcached_strerror() returns a string describing  a  memcached_return_t
31       value.
32

HOME

34       To find out more information please check: http://libmemcached.org/
35

SEE ALSO

37       memcached(1) libmemcached(3)
38

AUTHOR

40       Brian Aker
41
43       2011-2013, Brian Aker DataDifferential, http://datadifferential.com/
44
45
46
47
481.0.16                         January 31, 2013          MEMCACHED_STRERROR(3)
Impressum