public boolean hasError()

in opbeans/src/main/java/co/elastic/apm/opbeans/controllers/DTInterceptor.java [97:100]


        public boolean hasError(ClientHttpResponse httpResponse) throws IOException {
            return (httpResponse.getStatusCode().is4xxClientError()
                    || httpResponse.getStatusCode().is5xxServerError());
        }