This PR adds an alert in case the provider responds with HTTP 40[1-3] errors.
We should track these responses since they reflect paid providers' payment or plan issues and we should take action on this.
Only 40[1-3] were included, because of:
HTTP 400 Bad Request - reflecting the client request error,
HTTP 404 Not Found - some providers (like 1Inch) use this response as a client error request (requested token not found, etc).
Description
This PR adds an alert in case the provider responds with HTTP 40[1-3] errors. We should track these responses since they reflect paid providers' payment or plan issues and we should take action on this. Only 40[1-3] were included, because of:
How Has This Been Tested?
Not tested.
Due Diligence