Here’s the point where the error is being raised: ...
# general
a
Here’s the point where the error is being raised:
Copy code
raise NonfatalArtifactCacheError('Failed to {0} {1}. Error: {2} {3}'.format(method,
                                                                         self._url_string(path),
                                                                         response.status_code,
                                                                         response.reason))