mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-22 06:22:50 +08:00
#271 Added some extra logging
This commit is contained in:
parent
fd2c5364fc
commit
4e25f72a97
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
public class UnmappableRequestError : Error
|
public class UnmappableRequestError : Error
|
||||||
{
|
{
|
||||||
public UnmappableRequestError(Exception ex) : base($"Error when parsing incoming request, exception: {ex.Message}", OcelotErrorCode.UnmappableRequestError)
|
public UnmappableRequestError(Exception exception) : base($"Error when parsing incoming request, exception: {exception}", OcelotErrorCode.UnmappableRequestError)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user