signalwire-python
signalwire-python copied to clipboard
Missing error_code and error_message in FaxInstance response from API
Signalwire returns custom error codes and error messages when using the faxing API. However, the fax response is wrapped in the Twilio FaxInstance object, which doesn't handle these fields. I'm unable to access the error code or error message from the response. All I can see is the status if it fails.