Interface IForwarderErrorFeature
Stores errors and exceptions that occurred when forwarding the request to the destination.
Namespace: Yarp.ReverseProxy.Forwarder
Assembly: Yarp.ReverseProxy.dll
Syntax
public interface IForwarderErrorFeature
Properties
| Improve this Doc View SourceError
The specified ProxyError.
Declaration
ForwarderError Error { get; }
Property Value
Type | Description |
---|---|
ForwarderError |
Exception
An Exception that occurred when forwarding the request to the destination, if any.
Declaration
Exception? Exception { get; }
Property Value
Type | Description |
---|---|
System.Nullable<Exception> |