Skip to content

Commit

Permalink
fix: bump (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybeeelsdon authored Sep 9, 2024
1 parent bf54b8c commit 3ddff9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BL/Services/BaseClientHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ protected async Task<HttpResponseMessage> ClientHelperRequestAsync(string endPoi
// Output the string contentsn

}

Log.Information("{Function} Api returned an error for {endPoint} Response {Res} Error content {Content}", "ClientHelperRequestAsync",endPoint , res, content);
throw new Exception("API Call Failure: " + res.StatusCode + ": " + res.ReasonPhrase + " " + content);
}
Expand Down

0 comments on commit 3ddff9d

Please sign in to comment.