From 7721830441afcdea8857eaa2cf110c3ac09c7b02 Mon Sep 17 00:00:00 2001 From: Guillaume Gnaegi <58469901+ggnaegi@users.noreply.github.com> Date: Sun, 24 Sep 2023 18:31:17 +0200 Subject: [PATCH] Revert "commit #a6" This reverts commit aae653157844eb44c50bf3d60c71161fe6bb881d. --- 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; }