.. index:: Error Codes Error codes =========== API Errors ---------- Error code represent general highlevel errors that indicate something went wrong with the call. In line with RESTful API's the HTTP response code is the first indication of what exactly went wrong. Further more the errors will have an API code that describes what went wrong and message with some more detail. Sometimes errors are accompanied with field errors that can give some more insights into the exact location of what went wrong. More information can be found under :doc:`error-handling`. .. allerrors:: Field Errors ------------ Field errors specify something that went wrong with a specific field in the API json. It will indicate the field in question and have a code and message with detail. .. allfielderrors::