The error code is sent as both HTTP code and json. For e.g.:
{
"status": "429",
"statusLong": "Too many requests! Try again after sometime."
}
Status (HTTP Code) | Description |
---|---|
200 | Request successful |
204 | No content |
400 | Invalid input sent in either request body or params |
403 | API signature does not match; or API key status is inactive/expired/non-existent; or Delete private calendar is forbidden |
404 | Calendar/Event not found for given id or reference |
409 | Calendar/Event already exists |
429 | Too many requests! Try again after sometime |
5xx | Server or Gateway error. Please try again later |