twilio / twilio-node

Node.js helper library
MIT License
1.39k stars 509 forks source link

RestExceptionError interface is incorrect #950

Closed dremin closed 5 months ago

dremin commented 1 year ago

Issue Summary

The RestExceptionError interface's code property has an incorrect type. It should be string instead of number. For example, I am receiving code: 'ECONNRESET' in error objects, and that is definitely not a number :)

Technical details:

sbansla commented 1 year ago

Hi @dremin, We have added this to our backlog.

sbansla commented 1 year ago

We have created internal ticket.

sbansla commented 1 year ago

Hi @dremin, Can you give more details about the api you are calling and the error you are getting ?

tiwarishubham635 commented 5 months ago

Closing this issue as no feedback was received in last 30 days