1 .TH "MEMCACHED_LAST_ERROR_MESSAGE" "3" "March 23, 2012" "1.0.5" "libmemcached"
3 memcached_last_error_message \- libmemcached Documentation
5 .nr rst2man-indent-level 0
9 level \\n[rst2man-indent-level]
10 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
17 .\" .rstReportMargin pre:
19 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
20 . nr rst2man-indent-level +1
21 .\" .rstReportMargin post:
25 .\" indent \\n[an-margin]
26 .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
27 .nr rst2man-indent-level -1
28 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
29 .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
31 .\" Man page generated from reStructeredText.
35 #include <libmemcached/memcached.h>
38 .B const char *memcached_last_error_message(memcached_st\fI\ *\fP)
41 Compile and link with \-lmemcached
44 \fI\%memcached_last_error_message()\fP is used to return the last error
45 message that the server responded too. If this error came from a specific
46 server, its hostname and port will be provided in the error message.
49 memcached_last_error_message returns a const char* which does not need to be
50 de\-allocated. If no error has occurred then it will return NULL.
53 To find out more information please check:
54 \fI\%http://libmemcached.org/\fP
57 \fImemcached(1)\fP \fIlibmemcached(3)\fP \fImemcached_strerror(3)\fP
61 2011, Brian Aker DataDifferential, http://datadifferential.com/
62 .\" Generated by docutils manpage writer.