Status Codes and Error
Note
Bing Maps for Enterprise service retirement
Bing Maps for Enterprise is deprecated and will be retired. Free (Basic) account customers can continue to use Bing Maps for Enterprise services until June 30th, 2025. Enterprise account customers can continue to use Bing Maps for Enterprise services until June 30th, 2028. To avoid service disruptions, all implementations using Bing Maps for Enterprise REST APIs and SDKs will need to be updated to use Azure Maps by the retirement date that applies to your Bing Maps for Enterprise account type.
Azure Maps is Microsoft's next-generation maps and geospatial services for developers. Azure Maps has many of the same features as Bing Maps for Enterprise, and more. To get started with Azure Maps, create a free Azure subscription and an Azure Maps account. For more information about azure Maps, see Azure Maps Documentation. For migration guidance, see Bing Maps Migration Overview.
Each response to a request provides an HTTP status code. This article describes these codes.
HTTP Status Codes
The following table lists the most common HTTP status codes. Additional information may be provided with a specific request.
HTTP Status Code | Description | Details |
---|---|---|
200 | OK | The request is successful. |
201 | Created | A new resource is created. |
202 | Accepted | The request has been accepted for processing. |
400 | Bad Request | The request contained an error. |
401 | Unauthorized | Access was denied. You may have entered your credentials incorrectly, or you might not have access to the requested resource or operation. |
403 | Forbidden | The request is for something forbidden. Authorization will not help. |
404 | Not Found | The requested resource was not found. |
500 | Internal Server Error | Your request could not be completed because there was a problem with the service. |
503 | Service Unavailable | There's a problem with the service right now. Please try again later. |