Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Commit 7c75d70

Browse files
authored
feat: export PublishError (#1216)
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
1 parent dab72ce commit 7c75d70

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ export {
9191
IAM,
9292
} from './iam';
9393
export {Attributes, PublishCallback} from './publisher';
94+
export {PublishError} from './publisher/publish-error';
9495
export {
9596
PageOptions,
9697
GetSnapshotsCallback,

0 commit comments

Comments
 (0)