Skip to content

Commit

Permalink
chore: export errors
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Nov 7, 2024
1 parent 565ad9f commit 5731a50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/oid4vci/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ export {
} from './credential-request/credential-request-configurations'

export { Oid4vciError, Oid4vciErrorOptions } from './error/Oid4vciError'
export { Oid4vciRetrieveCredentialsError } from './error/Oid4vciRetrieveCredentialsError'
export { Oid4vciSendNotificationError } from './error/Oid4vciSendNotificationError'

export type { SendNotificationResponseNotOk, SendNotificationResponseOk } from './notification/notification'
export type { NotificationErrorResponse, NotificationEvent } from './notification/v-notification'
Expand Down

0 comments on commit 5731a50

Please sign in to comment.