HttpCodeFilters
Namespace: Microsoft.Bing.Webmaster.Api
Section Heading
Enumeration represents values for filtering Index Explorer's results by HTTP codes
HttpCodeFilters Enumeration
Members
| Member name | Value | Description |
|---|---|---|
|
Any |
0 |
Any HTTP status codes. Default value. |
|
Code2xx |
1 |
200-299 |
|
Code3xx |
2 |
All kinds of redirects |
|
Code301 |
4 |
Permanent redirects |
|
Code302 |
8 |
Temporary redirects |
|
Code4xx |
16 |
Errors 400-499 |
|
Code5xx |
32 |
Errors 500-599 |
|
AllOthers |
64 |
All other HTTP status codes |
Show: