errorResult
| Namespace: | (default namespace) |
|---|---|
| XML Schema: | ns0.xsd |
A class is used to represent an error response from the REST API. This is used by the servlet to indicate request failures to the client.
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| errorCode (int) | 0/1 | The code of the error. |
| reason (string) | 0/1 | The human readable description of the error. |