speechmatics / speechmatics-js-sdk

Javascript and Typescript SDK for Speechmatics
MIT License
39 stars 4 forks source link

Typed Errors #21

Closed penx closed 4 months ago

penx commented 8 months ago

This PR adds descriptively typed errors to handle various cases when using the SDK. These errors are grouped into two classes:

Tests have been added for the Batch client for both types of errors, but more testing could be done to ensure every type of response error is handled correctly.

TODOS: