deepgram/deepgram-go-sdk

Wrap HTTP Errors for All REST Calls

Closed this issue · 2 comments

Proposed changes

Currently, HTTP Error Codes are not exposed when an error is encountered which forces users to parse text to determine underlying errors.

Context

The user should be able to look at the HTTP error code to determine the type of error.

Possible Implementation

NA

Other information

NA

This should be addressed by PR #103

PR #111 merged. Closing.