memcached_strerror - libmemcached Documentation
#include <libmemcached/memcached.h> const char * memcached_strerror(memcached_st *ptr, mem- cached_return_t rc) Compile and link with -lmemcached
libmemcached MEMCACHED_STRERROR(3libmemcached)
NAME
memcached_strerror - libmemcached Documentation
SYNOPSIS
#include <libmemcached/memcached.h>
const char * memcached_strerror(memcached_st *ptr, mem-
cached_return_t rc)
Compile and link with -lmemcached
DESCRIPTION
memcached_strerror() takes a memcached_return_t value and returns a
string describing the error.
This string must not be modified by the application.
memcached_return_t values are returned from nearly all libmemcached(3)
functions.
memcached_return_t values are of an enum type so that you can set up
responses with switch/case and know that you are capturing all possible
return values.
RETURN
memcached_strerror() returns a string describing a memcached_return_t
value.
HOME
To find out more information please check: http://libmemcached.org/
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
+---------------+----------------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+----------------------+
|Availability | library/libmemcached |
+---------------+----------------------+
|Stability | Uncommitted |
+---------------+----------------------+
SEE ALSO
memcached(1) libmemcached(3)
AUTHOR
Brian Aker
COPYRIGHT
2011-2013, Brian Aker DataDifferential, http://datadifferential.com/
NOTES
Source code for open source software components in Oracle Solaris can
be found at https://www.oracle.com/downloads/opensource/solaris-source-
code-downloads.html.
This software was built from source available at
https://github.com/oracle/solaris-userland. The original community
source was downloaded from https://launchpad.net/libmem-
cached/1.0/1.0.18/+download/libmemcached-1.0.18.tar.gz.
Further information about this software can be found on the open source
community website at http://libmemcached.org/libMemcached.html.
1.0.18 February 09, 2014
MEMCACHED_STRERROR(3libmemcached)