| java.lang.Object | |
| ↳ | com.esri.core.map.FeatureEditError |
An error object indicating that an operation failed when processing a REST request.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
FeatureEditError(int code, String msg)
Instantiates an EsriServiceException with the given error description and code.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static FeatureEditError |
fromJson(JsonParser parser)
Decodes objects from JSON representation.
| ||||||||||
| int |
getCode()
Gets the error code.
| ||||||||||
| String |
getDescription()
Gets the description of the error.
| ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Instantiates an EsriServiceException with the given error description and code.
| code | the error code. |
|---|---|
| msg | the error description. |
Decodes objects from JSON representation.
| parser | the Jackson parser holding the JSON data. |
|---|
| Exception |
|---|
Gets the error code.