reattemptForStatusCodes property
If the response returned from the client is one of these error codes, the request will not be removed from the queue. For example, if the result of a request produces a 404 status code response (such as in a Tunnel not found exception), the request will be reattempted.
Defaults to [404, 501, 502, 503, 504]
.
Implementation
final List<int> reattemptForStatusCodes;