public final class BinaryMemcacheResponseStatus extends Object
Contains all possible status values a response can return.
Modifier and Type | Field and Description |
---|---|
static short |
AUTH_CONTINUE |
static short |
AUTH_ERROR |
static short |
DELTA_BADVAL |
static short |
E2BIG |
static short |
EINVAL |
static short |
ENOMEM |
static short |
KEY_EEXISTS |
static short |
KEY_ENOENT |
static short |
NOT_STORED |
static short |
SUCCESS |
static short |
UNKNOWN_COMMAND |
public static final short SUCCESS
public static final short KEY_ENOENT
public static final short KEY_EEXISTS
public static final short E2BIG
public static final short EINVAL
public static final short NOT_STORED
public static final short DELTA_BADVAL
public static final short AUTH_ERROR
public static final short AUTH_CONTINUE
public static final short UNKNOWN_COMMAND
public static final short ENOMEM
Copyright © 2017 Couchbase, Inc.. All rights reserved.