Skip to content

Commit 1f1c666

Browse files
Add RateLimitError to export (#851)
Co-authored-by: Zobeir Hamid <zobeirhamid@berkeley.edu>
1 parent 7540839 commit 1f1c666

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.changeset/moody-actors-raise.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'e2b': patch
3+
---
4+
5+
Export rate limits error

packages/js-sdk/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export {
1111
SandboxError,
1212
TemplateError,
1313
TimeoutError,
14+
RateLimitError,
1415
} from './errors'
1516
export type { Logger } from './logs'
1617

0 commit comments

Comments
 (0)