public class ResponseError
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
code
An error code.
|
protected java.lang.String |
description
Description of the error.
|
static int |
HTTP_OK
A value used to determine that the search was successful and returned zero or more results.
|
Constructor and Description |
---|
ResponseError() |
public static final int HTTP_OK
protected int code
protected java.lang.String description