Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

/**
* Data class representing the Google JSON error response content, as documented for example in <a
* href="https://developers.google.com/url-shortener/v1/getting_started#errors">Error responses</a>.
* href="https://cloud.google.com/apis/design/errors">Error responses</a>.
*
* @since 1.4
* @author Yaniv Inbar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
/**
* Exception thrown when an error status code is detected in an HTTP response to a Google API that
* uses the JSON format, using the format specified in <a href=
* "https://developers.google.com/url-shortener/v1/getting_started?csw=1#errors">Error
* Responses</a>.
* "https://cloud.google.com/apis/design/errors">Error Responses</a>.
*
* <p>To execute a request, call {@link #execute(JsonFactory, HttpRequest)}. This will throw a
* {@link GoogleJsonResponseException} on an error response. To get the structured details, use
Expand Down
Loading