DeleteOnServerErrorCodes
A comma-separated list of HTTP response codes that should cause a resource to be deleted from the IDOL index, when you set DeleteOnServerError to TRUE. When DeleteOnServerError=FALSE, this parameter has no effect.
You do not need to list the HTTP 404 response code (not found) as that is handled separately.
| Type: | Comma-separated list of integers |
| Default: | 500 |
| Required: | No |
| Configuration Section: | TaskName or FetchTasks |
| Example: | DeleteOnServerErrorCodes=500,410
|
| See Also: | DeleteOnServerError |