org.http4s.client.ConnectionFailure
See theConnectionFailure companion object
class ConnectionFailure(val requestKey: RequestKey, val upstream: InetSocketAddress, val cause: Throwable) extends IOException
Indicates a failure to establish a client connection, preserving the request key that we tried to connect to.
Attributes
- Companion:
- object
- Source:
- ConnectionFailure.scala
- Graph
- Supertypes
- class IOExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass Any