Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.65 KB

status-codes-and-error-handling.md

File metadata and controls

38 lines (32 loc) · 1.65 KB
title description ms.custom ms.date ms.reviewer ms.suite ms.tgt_pltfrm ms.topic ms.assetid caps.latest.revision author ms.author manager ms.service
Status Codes and Error Handling1 | Microsoft Docs
Each response to a request provides an HTTP status code. This article lists the most common HTTP status codes that are provided from these requests.
02/28/2018
article
d9cd4164-d7c5-475b-ac34-89130d4c1bf8
3
rbrundritt
richbrun
stevelom
bing-maps

Status Codes and Error

[!INCLUDE bing-maps-enterprise-service-retirement]

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.