Skip to content

Commit

Permalink
feat: export PublishError (#1216)
Browse files Browse the repository at this point in the history
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/nodejs-pubsub/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [x] Ensure the tests and linter pass
- [x] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)

Fixes #1215
  • Loading branch information
pkuczynski authored Feb 22, 2021
1 parent dab72ce commit 7c75d70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export {
IAM,
} from './iam';
export {Attributes, PublishCallback} from './publisher';
export {PublishError} from './publisher/publish-error';
export {
PageOptions,
GetSnapshotsCallback,
Expand Down

0 comments on commit 7c75d70

Please sign in to comment.