Performing retries on failed Rest requests could be easier.
A customer using the JS SDK is getting errors ETIMEDOUT and ECONNRESET , and they're wondering if those errors could be caught with a LiveTranscriptionEvents.Error .
Acceptance Criteria
For Rest Requests make it easy to implement retries
For Streaming Requests make it easy to implement retries
Issue
Performing retries on failed Rest requests could be easier.
A customer using the JS SDK is getting errors
ETIMEDOUT
andECONNRESET
, and they're wondering if those errors could be caught with aLiveTranscriptionEvents.Error
.Acceptance Criteria