Class VeniceReadResponseStatus

java.lang.Object
com.linkedin.venice.response.VeniceReadResponseStatus

public class VeniceReadResponseStatus extends Object
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.