forked from docs/doc-exports
Reviewed-by: Sarda, Priya <prsarda@noreply.gitea.eco.tsi-dev.otc-service.com> Co-authored-by: Qin Ying, Fan <fanqinying@huawei.com> Co-committed-by: Qin Ying, Fan <fanqinying@huawei.com>
162 lines
11 KiB
HTML
162 lines
11 KiB
HTML
<a name="StateCode"></a><a name="StateCode"></a>
|
|
|
|
<h1 class="topictitle1">Status Codes</h1>
|
|
<div id="body0000001196509197">
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="StateCode__table4260888320514" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Normal status codes</caption><thead align="left"><tr id="StateCode__row3348120820514"><th align="left" class="cellrowborder" valign="top" width="17.349999999999998%" id="mcps1.3.1.2.4.1.1"><p id="StateCode__p2762331220514">Status Code</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="23.32%" id="mcps1.3.1.2.4.1.2"><p id="StateCode__p2289577620514">Message</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="59.330000000000005%" id="mcps1.3.1.2.4.1.3"><p id="StateCode__p4261857720514">Description</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="StateCode__row2955271420514"><td class="cellrowborder" valign="top" width="17.349999999999998%" headers="mcps1.3.1.2.4.1.1 "><p id="StateCode__p4495966820514">200</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="23.32%" headers="mcps1.3.1.2.4.1.2 "><p id="StateCode__p1785451920514">OK</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="59.330000000000005%" headers="mcps1.3.1.2.4.1.3 "><p id="StateCode__p3692991420514">Normal response code for the GET, PUT, and POST operations</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="StateCode__row6393377120514"><td class="cellrowborder" valign="top" width="17.349999999999998%" headers="mcps1.3.1.2.4.1.1 "><p id="StateCode__p1125294520514">201</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="23.32%" headers="mcps1.3.1.2.4.1.2 "><p id="StateCode__p3907338920514">Created</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="59.330000000000005%" headers="mcps1.3.1.2.4.1.3 "><p id="StateCode__p1082790820514">Normal response code for POST operations</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="StateCode__row1647442195117"><td class="cellrowborder" valign="top" width="17.349999999999998%" headers="mcps1.3.1.2.4.1.1 "><p id="StateCode__p15476426516">202</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="23.32%" headers="mcps1.3.1.2.4.1.2 "><p id="StateCode__p3359152855217">Accepted</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="59.330000000000005%" headers="mcps1.3.1.2.4.1.3 "><p id="StateCode__p450615915318">Operations that take a long time to process.</p>
|
|
<p id="StateCode__p124713424514">The request has been accepted but the processing is not complete.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="StateCode__row3034231420514"><td class="cellrowborder" valign="top" width="17.349999999999998%" headers="mcps1.3.1.2.4.1.1 "><p id="StateCode__p4180839220514">204</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="23.32%" headers="mcps1.3.1.2.4.1.2 "><p id="StateCode__p3103656620514">No Content</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="59.330000000000005%" headers="mcps1.3.1.2.4.1.3 "><p id="StateCode__p3093388420514">Normal response code for DELETE operations</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="StateCode__table1697655195242" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Abnormal status codes</caption><thead align="left"><tr id="StateCode__row4329637495242"><th align="left" class="cellrowborder" valign="top" width="17.47%" id="mcps1.3.2.2.4.1.1"><p id="StateCode__p6754956153914">Status Code</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="23.09%" id="mcps1.3.2.2.4.1.2"><p id="StateCode__p975485673917">Message</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="59.440000000000005%" id="mcps1.3.2.2.4.1.3"><p id="StateCode__p157548566395">Description</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="StateCode__row5373842795242"><td class="cellrowborder" valign="top" width="17.47%" headers="mcps1.3.2.2.4.1.1 "><p id="StateCode__p5784529695242">400</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="23.09%" headers="mcps1.3.2.2.4.1.2 "><p id="StateCode__p856225014394">Bad Request</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="59.440000000000005%" headers="mcps1.3.2.2.4.1.3 "><p id="StateCode__p5495737795242">The server failed to process the request.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="StateCode__row2485435295242"><td class="cellrowborder" valign="top" width="17.47%" headers="mcps1.3.2.2.4.1.1 "><p id="StateCode__p6704552895242">401</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="23.09%" headers="mcps1.3.2.2.4.1.2 "><p id="StateCode__p14562155014392">Unauthorized</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="59.440000000000005%" headers="mcps1.3.2.2.4.1.3 "><p id="StateCode__p6197867295242">You must enter a username and the password to access the requested page.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="StateCode__row2093713795242"><td class="cellrowborder" valign="top" width="17.47%" headers="mcps1.3.2.2.4.1.1 "><p id="StateCode__p1818656595242">403</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="23.09%" headers="mcps1.3.2.2.4.1.2 "><p id="StateCode__p11562350133912">Forbidden</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="59.440000000000005%" headers="mcps1.3.2.2.4.1.3 "><p id="StateCode__p6382566195242">Access to the requested page is forbidden.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="StateCode__row3756004295242"><td class="cellrowborder" valign="top" width="17.47%" headers="mcps1.3.2.2.4.1.1 "><p id="StateCode__p2246459695242">404</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="23.09%" headers="mcps1.3.2.2.4.1.2 "><p id="StateCode__p856245023913">Not Found</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="59.440000000000005%" headers="mcps1.3.2.2.4.1.3 "><p id="StateCode__p769301595242">The requested page was not found.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="StateCode__row212827395242"><td class="cellrowborder" valign="top" width="17.47%" headers="mcps1.3.2.2.4.1.1 "><p id="StateCode__p3817239595242">405</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="23.09%" headers="mcps1.3.2.2.4.1.2 "><p id="StateCode__p45624502394">Method Not Allowed</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="59.440000000000005%" headers="mcps1.3.2.2.4.1.3 "><p id="StateCode__p495627395242">The request method is not allowed.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="StateCode__row4460646595242"><td class="cellrowborder" valign="top" width="17.47%" headers="mcps1.3.2.2.4.1.1 "><p id="StateCode__p5635390995242">406</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="23.09%" headers="mcps1.3.2.2.4.1.2 "><p id="StateCode__p356235011393">Not Acceptable</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="59.440000000000005%" headers="mcps1.3.2.2.4.1.3 "><p id="StateCode__p126394695242">Response generated by the server is not acceptable to the client.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="StateCode__row1137552095242"><td class="cellrowborder" valign="top" width="17.47%" headers="mcps1.3.2.2.4.1.1 "><p id="StateCode__p4900196195242">407</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="23.09%" headers="mcps1.3.2.2.4.1.2 "><p id="StateCode__p3562145014397">Proxy Authentication Required</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="59.440000000000005%" headers="mcps1.3.2.2.4.1.3 "><p id="StateCode__p973591095242">You must use the proxy server for authentication. Then, the request can be processed.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="StateCode__row2051433295242"><td class="cellrowborder" valign="top" width="17.47%" headers="mcps1.3.2.2.4.1.1 "><p id="StateCode__p5104819595242">408</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="23.09%" headers="mcps1.3.2.2.4.1.2 "><p id="StateCode__p7564145318403">Request Timeout</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="59.440000000000005%" headers="mcps1.3.2.2.4.1.3 "><p id="StateCode__p4126312295242">The request timed out.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="StateCode__row3582378595242"><td class="cellrowborder" valign="top" width="17.47%" headers="mcps1.3.2.2.4.1.1 "><p id="StateCode__p1604544895242">409</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="23.09%" headers="mcps1.3.2.2.4.1.2 "><p id="StateCode__p1556285013919">Conflict</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="59.440000000000005%" headers="mcps1.3.2.2.4.1.3 "><p id="StateCode__p2461290095242">The request could not be processed due to a conflict.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="StateCode__row2018950895242"><td class="cellrowborder" valign="top" width="17.47%" headers="mcps1.3.2.2.4.1.1 "><p id="StateCode__p2473741395242">500</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="23.09%" headers="mcps1.3.2.2.4.1.2 "><p id="StateCode__p1556225018396">Internal Server Error</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="59.440000000000005%" headers="mcps1.3.2.2.4.1.3 "><p id="StateCode__p5757343195242">The request is not completed because an exception occurs.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="StateCode__row4839883395242"><td class="cellrowborder" valign="top" width="17.47%" headers="mcps1.3.2.2.4.1.1 "><p id="StateCode__p2799143995242">501</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="23.09%" headers="mcps1.3.2.2.4.1.2 "><p id="StateCode__p11562850133917">Not Implemented</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="59.440000000000005%" headers="mcps1.3.2.2.4.1.3 "><p id="StateCode__p5271409795242">The request is not completed because the server does not support the requested function.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="StateCode__row466483295242"><td class="cellrowborder" valign="top" width="17.47%" headers="mcps1.3.2.2.4.1.1 "><p id="StateCode__p4230707595242">502</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="23.09%" headers="mcps1.3.2.2.4.1.2 "><p id="StateCode__p75621250183913">Bad Gateway</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="59.440000000000005%" headers="mcps1.3.2.2.4.1.3 "><p id="StateCode__p432108895242">The request is not completed because the server receives an invalid response from the upstream server.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="StateCode__row3888979595242"><td class="cellrowborder" valign="top" width="17.47%" headers="mcps1.3.2.2.4.1.1 "><p id="StateCode__p6306567195242">503</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="23.09%" headers="mcps1.3.2.2.4.1.2 "><p id="StateCode__p19562165043913">Service Unavailable</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="59.440000000000005%" headers="mcps1.3.2.2.4.1.3 "><p id="StateCode__p804572095242">The request is not completed because the system is temporarily abnormal.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="StateCode__row530261695242"><td class="cellrowborder" valign="top" width="17.47%" headers="mcps1.3.2.2.4.1.1 "><p id="StateCode__p2685875895242">504</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="23.09%" headers="mcps1.3.2.2.4.1.2 "><p id="StateCode__p1956235043919">Gateway Timeout</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="59.440000000000005%" headers="mcps1.3.2.2.4.1.3 "><p id="StateCode__p2807582995242">The gateway timed out.</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="er_02_appendix.html">Appendixes</a></div>
|
|
</div>
|
|
</div>
|
|
|