Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix error response format url #2514

Merged
merged 1 commit into from
Oct 7, 2024
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