Skip to content

Commit

Permalink
commit #a8
Browse files Browse the repository at this point in the history
  • Loading branch information
ggnaegi committed Sep 24, 2023
1 parent 7721830 commit 2b57ce5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Ocelot/Errors/Error.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ 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; }
Expand Down

0 comments on commit 2b57ce5

Please sign in to comment.