public class VootErrorResponse extends Object
Constructor and Description |
---|
VootErrorResponse(String error)
Constructor with only short error name.
|
VootErrorResponse(String error,
String error_description)
Constructor with short error name and its description.
|
Modifier and Type | Method and Description |
---|---|
String |
getError_description()
Return the error description.
|
String |
getError()
Return the error message.
|
void |
setError_description(String error_description1)
Set the error description.
|
void |
setError(String error1)
Set the error message.
|
public VootErrorResponse(String error)
error
- the error name.public String getError()
public void setError(String error1)
error1
- the error message.public String getError_description()
public void setError_description(String error_description1)
error_description1
- the error description.Copyright © 2016 Internet2. All rights reserved.