SignalWireRestTransportError
Raised when a REST request fails before the server responds: connection
refused, DNS failure, connection reset, TLS error, or a
RequestOptions timeout. Subclass of
SignalWireRestError, so one except SignalWireRestError clause
handles both HTTP errors and transport failures.
Properties
Inherits every property of SignalWireRestError with these values:
status_code
Always None; no response was produced.
body
The underlying transport error message.
url
The full URL that was requested, including the query string.
method
The HTTP method used.
headers
Always None.
request_id
Always None.