Developers Information - API & Web Services

API Errors

All API methods report errors in XML or JSON objects with the following structure:

error_type string
Type of error.
error_messagestring
Detailed description of the error.

Error Example

<?xml version="1.0" encoding="utf-8" ?>
<error>
	<error_type>Not Found</error_type>
	<error_message>No such event.</error_message>
</error>