From 54be7bd54f7cef4f483cb4d04858885cf7d5c599 Mon Sep 17 00:00:00 2001 From: Guillaume Gnaegi <58469901+ggnaegi@users.noreply.github.com> Date: Sun, 24 Sep 2023 18:29:44 +0200 Subject: [PATCH] Revert "commit #4" This reverts commit 3eb0e1e147df2a39ed9d4924605794d0b1c2d8d2. --- src/Ocelot/Errors/Error.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Ocelot/Errors/Error.cs b/src/Ocelot/Errors/Error.cs index 48deade16..dc5c0ce55 100644 --- a/src/Ocelot/Errors/Error.cs +++ b/src/Ocelot/Errors/Error.cs @@ -8,8 +8,7 @@ protected Error(string message, OcelotErrorCode code, int httpStatusCode) Message = message; Code = code; } - - // stupid comment + public string Message { get; } public OcelotErrorCode Code { get; } public int HttpStatusCode { get; }