Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ggnaegi committed Sep 24, 2023
1 parent 13b4565 commit 1040acb
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 @@ -7,8 +7,9 @@ protected Error(string message, OcelotErrorCode code, int httpStatusCode)
HttpStatusCode = 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 1040acb

Please sign in to comment.