We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 605f4b6 + 9d3a89e commit c93160dCopy full SHA for c93160d
templates/dotnet/src/Appwrite/Client.cs.twig
@@ -164,7 +164,7 @@ namespace {{ spec.title | caseUcfirst }}
164
var httpResponseMessage = await http.SendAsync(request);
165
var code = (int) httpResponseMessage.StatusCode;
166
var response = await httpResponseMessage.Content.ReadAsStringAsync();
167
-
+
168
if (code >= 400) {
169
var message = response.ToString();
170
var isJson = httpResponseMessage.Content.Headers.GetValues("Content-Type").FirstOrDefault().Contains("application/json");
0 commit comments