cohere-ai / cohere-typescript

The Cohere TypeScript SDK
https://docs.cohere.ai
MIT License
122 stars 18 forks source link

have errors be a cohere-node error type #11

Closed kipply closed 10 months ago

kipply commented 3 years ago

instead of having to console.log(res.body.message); to get error messages, it would be nice to return an error type so we could do err.message and eventually do things like this;

image