Skip to content
Remoun Metyas edited this page Oct 10, 2011 · 3 revisions

Errors

To indicate an error, the API returns an HTTP status greater than 200.

Error messages are structured as follows:

XML

<error code="400" message="Error Message"/>

JSON

{
	"error": {
		"code": 400,
		"message": "Error Message"
	}
}

Clone this wiki locally