The request, which was being sent when the exception was thrown
The original exception.
(Since version ) see corresponding Javadoc for more information.
Known exceptions that might occur when using a backend. Currently this covers:
In general, it's safe to assume that the request hasn't been sent in case of connect exceptions. With read exceptions, the target host might or might have not received and processed the request.
The SttpBackend.send methods might also throw other exceptions, due to programming errors, bugs in the underlying implementations, bugs in sttp or an uncovered exception.