Error Format
This page describes the format of messages returned by API methods that encounter errors. Errors are returned in the format selected in the incoming request. The default format is XML.
Error Parameters
| Parameter | Description | Type |
| msg | A message describing the error encountered. | String |
Example Error
<?xml version="1.0" encoding="UTF-8"?> <rsp status="failed"> <msg>Invalid API Key.</msg> </rsp>