errorResult element

Type: 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.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <errorResult> <errorCode>...</errorCode> <reason>...</reason> </errorResult>