signalwire-python icon indicating copy to clipboard operation
signalwire-python copied to clipboard

Missing error_code and error_message in FaxInstance response from API

Open eschnitzler opened this issue 9 months ago • 0 comments

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.

eschnitzler avatar Mar 06 '25 19:03 eschnitzler