Package com.linkedin.venice.response
Class VeniceReadResponseStatus
java.lang.Object
com.linkedin.venice.response.VeniceReadResponseStatus
Enumeration of response status codes for Venice read requests.
**Positive values** correspond to standard HTTP status codes and can be used directly in HTTP responses. **Negative values** represent custom Venice-specific error codes.
For example, a status code of `200` indicates a successful read, while a status code of `-100` might indicate a specific Venice-related error.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
-
Constructor Summary
-
Method Summary
-
Field Details
-
KEY_NOT_FOUND
public static final int KEY_NOT_FOUND- See Also:
-
OK
public static final int OK- See Also:
-
BAD_REQUEST
public static final int BAD_REQUEST- See Also:
-
INTERNAL_ERROR
public static final int INTERNAL_ERROR- See Also:
-
TOO_MANY_REQUESTS
public static final int TOO_MANY_REQUESTS- See Also:
-
SERVICE_UNAVAILABLE
public static final int SERVICE_UNAVAILABLE- See Also:
-
-
Constructor Details
-
VeniceReadResponseStatus
public VeniceReadResponseStatus()
-