1MEMCACHED_LAST_ERROR_MESSAGE(3)  libmemcached  MEMCACHED_LAST_ERROR_MESSAGE(3)
2
3
4

NAME

6       memcached_last_error_message - libmemcached Documentation
7

SYNOPSIS

9       #include <libmemcached/memcached.h>
10
11       const char *memcached_last_error_message(memcached_st *)
12
13       Compile and link with -lmemcached
14

DESCRIPTION

16       memcached_last_error_message() is used to return the last error message
17       that the server responded too. If  this  error  came  from  a  specific
18       server, its hostname and port will be provided in the error message.
19

RETURN

21       memcached_last_error_message  returns a const char* which does not need
22       to be de-allocated. If no error has occurred then it will return NULL.
23

HOME

25       To find out more information please check: http://libmemcached.org/
26

SEE ALSO

28       memcached(1) libmemcached(3) memcached_strerror(3)
29

AUTHOR

31       Brian Aker
32
34       2011-2013, Brian Aker DataDifferential, http://datadifferential.com/
35
36
37
38
391.0.16                         January 31, 2013MEMCACHED_LAST_ERROR_MESSAGE(3)
Impressum