File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ that also, use `Level.ALL` instead of `Level.CONFIG`.
86
86
## Handling HTTP error responses
87
87
88
88
When an HTTP error response (an HTTP status code of 300 or higher) is received,
89
- [ ` HttpRequest.execute() ` ] [ request-execute ] throws an [ ` HttpResponseException ` ] [ response-exeception ] .
89
+ [ ` HttpRequest.execute() ` ] [ request-execute ] throws an [ ` HttpResponseException ` ] [ response-exception ] .
90
90
Here's an example usage:
91
91
92
92
``` java
@@ -133,4 +133,4 @@ HttpRequestFactory requestFactory = transport.createRequestFactory(new MyInitial
133
133
[ file-handler ] : https://docs.oracle.com/javase/7/docs/api/java/util/logging/FileHandler.html
134
134
[ request-execute ] : https://googleapis.dev/java/google-http-client/latest/com/google/api/client/http/HttpRequest.html#execute--
135
135
[ response-exception ] : https://googleapis.dev/java/google-http-client/latest/index.html?com/google/api/client/http/HttpResponseException.html
136
- [ http-unsuccessful-response-handler ] : https://googleapis.dev/java/google-http-client/latest/index.html?com/google/api/client/http/HttpUnsuccessfulResponseHandler.html
136
+ [ http-unsuccessful-response-handler ] : https://googleapis.dev/java/google-http-client/latest/index.html?com/google/api/client/http/HttpUnsuccessfulResponseHandler.html
You can’t perform that action at this time.
0 commit comments