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(bigquery): use xerror.As with googleapi.Error #4814

Merged
merged 4 commits into from Oct 5, 2021

Conversation

tritone
Copy link
Contributor

@tritone tritone commented Sep 24, 2021

Fix up type assertions with googleapi.Error to use xerrors.As.
In bigquery, this was only required in integration tests and in
the package docs.

Follows from #4797 and similar to some of the fixes in storage
in #4802 (storage required additional changes though).

Fix up type assertions with googleapi.Error to use xerrors.As.
In bigquery, this was only required in integration tests and in
the package docs.

Follows from googleapis#4797 and similar to some of the fixes in storage
in googleapis#4802 (storage required additional changes though).
@tritone tritone requested a review from a team September 24, 2021 20:51
@tritone tritone requested a review from a team as a code owner September 24, 2021 20:51
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Sep 24, 2021
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the BigQuery API. label Sep 24, 2021
@codyoss
Copy link
Member

codyoss commented Sep 27, 2021

LGTM

bigquery/doc.go Outdated Show resolved Hide resolved
@tritone tritone added the automerge Merge the pull request once unit tests and other checks pass. label Oct 5, 2021
@gcf-merge-on-green gcf-merge-on-green bot merged commit 744a753 into googleapis:master Oct 5, 2021
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Oct 5, 2021
@tritone tritone deleted the error-as-bq branch October 5, 2021 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the BigQuery API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants