1MEMCACHED_LAST_ERROR_MESSAGE(3) libmemcached MEMCACHED_LAST_ERROR_MESSAGE(3)
2
3
4
6 memcached_last_error_message - libmemcached Documentation
7
9 #include <libmemcached/memcached.h>
10
11 const char *memcached_last_error_message(memcached_st *)
12
13 Compile and link with -lmemcached
14
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
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
25 To find out more information please check: http://libmemcached.org/
26
28 memcached(1) libmemcached(3) memcached_strerror(3)
29
31 Brian Aker
32
34 2011-2013, Brian Aker DataDifferential, http://datadifferential.com/
35
36
37
38
391.0.18 February 09, 2014MEMCACHED_LAST_ERROR_MESSAGE(3)