public class ErrorResponse extends Object
ErrorResponse class.
| Constructor and Description |
|---|
ErrorResponse() |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode()
Getter for the field
errorCode. |
String |
getErrorMessage()
Getter for the field
errorMessage. |
void |
setErrorCode(int errorCode)
Setter for the field
errorCode. |
void |
setErrorMessage(String errorMessage)
Setter for the field
errorMessage. |
public String getErrorMessage()
Getter for the field errorMessage.
String object.public void setErrorMessage(String errorMessage)
Setter for the field errorMessage.
errorMessage - a String object.public int getErrorCode()
Getter for the field errorCode.
public void setErrorCode(int errorCode)
Setter for the field errorCode.
errorCode - a int.Copyright © 2015 Oracle and/or its affiliates. All rights reserved.