Traffic Analytics API HTTP error handling
When you encounter errors, an HTTP response code returns a message describing the problem.
The following table shows valid response codes.
| Code | Description |
|---|---|
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Forbidden |
| 413 | Payload Too Large |
Example JSON response
The following is an example response.
{
"message": "Invalid value for field beginDate"
}