EventStore / EventStore-Client-NodeJS

A NodeJS client for Event Store
https://eventstore.com
Apache License 2.0
162 stars 21 forks source link

Updated error handling to use NotFoundError instead of UnknownError in projection operations when the projection doesn't exist #362

Closed w1am closed 6 months ago

w1am commented 6 months ago

Changed: Updated error handling to use NotFoundError instead of UnknownError in projection operations when the projection doesn't exist

This change only affects clients using EventStoreDB version 24.6.0 and above.

linear[bot] commented 6 months ago

DEV-313 Update Node client to handle improved error messaging for non-existing projections