Skip to content

Commit

Permalink
commit #a6
Browse files Browse the repository at this point in the history
  • Loading branch information
ggnaegi committed Sep 24, 2023
1 parent 54be7bd commit aae6531
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 aae6531

Please sign in to comment.