public class Error extends Object
| Constructor and Description |
|---|
Error()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorCode()
Returns the code for the error.
|
String |
getField()
Returns the field for the error.
|
String |
getMessage()
Returns the message for the error.
|
String |
toString()
Returns a string representation of the object.
|
public String getField()
public String getMessage()
public String getErrorCode()
Copyright © 2020. All rights reserved.