test/exception
The following methods are supported on this resource:
Mount Points
The following URLs are examples of where this resource is mounted :
| XML: | http://api.hi5.com |
| *JSON: | http://api.hi5.com |
| *JSON endpoints are mounted read-only. | |
read
This method requires a resource id on the URL. (e.g. "GET http://api.hi5.com/{id-goes-here}".)
Test Exceptions
This routine throws an exception of the given type. Useful for client writers who want to see how their code reacts to a given exception
Output Payload
An empty Test Response if not exception is specified
Errors
| code | description |
|---|---|
| 503 | |
| 403 | |
| 404 | When passed NotFoundException |
| 501 | When passed NotImplementedException |
| 401 | When passed AuthenticationRequiredException |