| Message |
Description |
| 400 Bad Request |
The server does not understand the request. |
| 401 Unauthorized |
The user name and password are required for the requested page. |
| 401.1 |
Logon Failed. |
| 401.2 |
Server Configuration causes logon failure. |
| 401.3 |
The ACL is not authorized due to resource restrictions. |
| 401.4 |
Filter authorization failed. |
| 401.5 |
An error occurred while authorizing the ISAPI/CGI application. |
| 401.7 |
The access is denied by the URL Authorization Policy on the Web server. This error code is dedicated to IIS 6.0. |
| 402 Payment Required |
This code is not available yet. |
| 403 Forbidden |
Access to the requested page is forbidden. |
| 403.1 |
The execution access is forbidden. |
| 403.2 |
Read access is forbidden. |
| 403.3 |
Write access is forbidden. |
| 403.4 |
SSL is required. |
| 403.5 |
SSL 128 is required. |
| 403.6 |
The IP address is denied. |
| 403.7 |
Client certificate is required. |
| 403.8 |
Site access is denied. |
| 403.9 |
Too many users. |
| 403.10 |
The configuration is invalid. |
| 403.11 |
Password Change. |
| 403.12 |
Drop access to the ing table. |
| 403.13 |
The client certificate is revoked. |
| 403.14 |
Reject the directory list. |
| 403.15 |
The access permission of the client is exceeded. |
| 403.16 |
The client certificate is untrusted or invalid. |
| 403.17 |
The client certificate has expired or has not yet taken effect. |
| 403.18 |
The requested URL cannot be executed in the current application pool. This error code is dedicated to IIS 6.0. |
| 403.19 |
You cannot execute CGI for clients in this application pool. This error code is dedicated to IIS 6.0. |
| 403.20 |
An error occurred while logging on to Passport. This error code is dedicated to IIS 6.0. |
| 404 Not Found |
The server cannot find the requested page. |
| 404.0 |
(None)-No file or directory is found. |
| 404.1 |
You cannot access the Web site on the requested port. |
| 404.2 |
The Web Service extended locking policy blocks this request. |
| 404.3 |
The MIME ing policy blocks this request. |
| 405 Method Not Allowed |
The method specified in the request is not allowed. |
| 406 Not Acceptable |
The response generated by the server cannot be accepted by the client. |
| 407 Proxy Authentication Required |
The user must first use the proxy server for authentication so that the request will be processed. |
| 408 Request Timeout |
The request exceeds the server wait time. |
| 409 Conflict |
The request cannot be completed due to a conflict. |
| 410 Gone |
The requested page is unavailable. |
| 411 Length Required |
"Content-Length" is not defined. If no such content exists, the server will not accept the request. |
| 412 Precondition Failed |
The request's prerequisites are evaluated as failed by the server. |
| 413 Request Entity Too Large |
Because the requested entity is too large, the server will not accept the request. |
| 414 Request-url Too Long |
Because the url is too long, the server will not accept the request. This happens when a post request is converted to a get request with a long query information. |
| 415 Unsupported Media Type |
Because the media type is not supported, the server does not accept the request. |
| 416 Requested Range Not Satisfiable |
The server cannot meet the Range header specified by the customer in the request. |
| 417 Expectation Failed |
Execution failed. |
| 423 |
An error occurred while locking. |