common: add Operation object#1770
Merged
callmehiphop merged 1 commit intogoogleapis:masterfrom Nov 7, 2016
Merged
Conversation
callmehiphop
reviewed
Nov 4, 2016
| * @param {object} b - Error object. | ||
| * @param {object} errorBody - Error object. | ||
| */ | ||
| util.PartialFailureError = createErrorClass('PartialFailureError', function(b) { |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
dd76100 to
81b6edd
Compare
Contributor
Author
|
@callmehiphop after this goes, we can cut a common release, which will clear the way for #1760 (implementing partial failure errors) as well as the follow-up PRs for implementing Operation across the other APIs. |
10 tasks
This was referenced Nov 7, 2016
miguelvelezsa
pushed a commit
that referenced
this pull request
Jul 23, 2025
* feat: Use `GoogleAuth#fetch` and Fix Tests * chore: remove launch.json * style: lint * chore: remove unnecessary component * refactor: remove unneeded globals * remove unused import * refactor: base tsconfig.json * feat: open `baseDirectory` option (internal-only for now) * refactor: streamline options * fix: use correct reference * test: more test fixes * test: update browser tests * chore: spin-off async/void tests * refactor: pr suggestions * refactor: remove minification test * remove tests as talked about on chat, see #1770 for context --------- Co-authored-by: d-goog <188102366+d-goog@users.noreply.github.com> Co-authored-by: Leah Cole <coleleah@google.com>
miguelvelezsa
pushed a commit
that referenced
this pull request
Jul 23, 2025
* feat: Use `GoogleAuth#fetch` and Fix Tests * chore: remove launch.json * style: lint * chore: remove unnecessary component * refactor: remove unneeded globals * remove unused import * refactor: base tsconfig.json * feat: open `baseDirectory` option (internal-only for now) * refactor: streamline options * fix: use correct reference * test: more test fixes * test: update browser tests * chore: spin-off async/void tests * refactor: pr suggestions * refactor: remove minification test * remove tests as talked about on chat, see #1770 for context * fix: re add minification tests Co-authored by: Daniel Bankhead <danielbankhead@google.com> --------- Co-authored-by: Daniel Bankhead <danielbankhead@google.com> Co-authored-by: d-goog <188102366+d-goog@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This introduces the
Operationobject into @google-cloud/common. This is a generic class, which will be inherited by: