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.
1 parent c26043a commit f7d3984Copy full SHA for f7d3984
docs/error-handling.md
@@ -36,9 +36,8 @@ Below you can find how different extensions deal with errors. Note that function
36
| `ExecuteGetAsync` | No |
37
| `ExecuteGetAsync<T>` | No |
38
| `ExecutePostAsync` | No |
39
-| `ExecutePutAsync` | No |
40
-| `ExecuteGetAsync<T>` | No |
41
| `ExecutePostAsync<T>` | No |
+| `ExecutePutAsync` | No |
42
| `ExecutePutAsync<T>` | No |
43
| `GetAsync` | Yes |
44
| `GetAsync<T>` | Yes |
0 commit comments