Show / Hide Table of Contents

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 Source

Error

The specified ProxyError.

Declaration
ForwarderError Error { get; }
Property Value
Type Description
ForwarderError
| Improve this Doc View Source

Exception

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

Declaration
Exception Exception { get; }
Property Value
Type Description
Exception
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX