Table of Contents

Interface IForwarderErrorFeature

Namespace
Yarp.ReverseProxy.Forwarder
Assembly
Yarp.ReverseProxy.dll

Stores errors and exceptions that occurred when forwarding the request to the destination.

public interface IForwarderErrorFeature

Properties

Error

The specified ProxyError.

ForwarderError Error { get; }

Property Value

ForwarderError

Exception

An Exception that occurred when forwarding the request to the destination, if any.

Exception? Exception { get; }

Property Value

Exception