api

http4k / org.http4k.cloudnative / RemoteRequestFailed / <init>

<init>

RemoteRequestFailed(status: Status, message: String, uri: Uri? = null)

This hierarchy of exceptions should be used to indicate that an upstream remote system has failed with a non-successful status code which caused us to stop processing. They are designed to be used with the Server and Client filters which will allow automatic handling and propagation of erroneous responses from upstream.