public class ErrorResponse extends Object
| Constructor and Description |
|---|
ErrorResponse()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the description for the error.
|
List<Error> |
getErrors()
Returns the list of errors.
|
String |
getMessage()
Returns the message for the error.
|
String |
getResource()
Returns the resource for the error.
|
String |
toString()
Returns a string representation of the object.
|
public String getMessage()
public String getResource()
public String getDescription()
Copyright © 2020. All rights reserved.