Is there a way to ignore certain error messages. For example, we have a few jobs that loop through APIs, typically about 100+. Since we are hitting these APIs often and quickly we get an error message on at least one of these API calls. The error we get is: "Exception in Task: Unhandled errors Error getting HTTP response: The request was aborted: Could not create SSL/TLS secure channel."
We would like the ability to just ignore the error is it is equal to this and to not report it under Failed Jobs as this is just cluttering it up and it is harder to figure out what is actually failing. Is this possible?