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 4232107 + ca961de commit 4c32a14Copy full SHA for 4c32a14
RestSharp/Extensions/ResponseExtensions.cs
@@ -15,6 +15,7 @@ public static IRestResponse<T> toAsyncResponse<T>(this IRestResponse response)
15
ContentLength = response.ContentLength,
16
ContentType = response.ContentType,
17
Cookies = response.Cookies,
18
+ ErrorException = response.ErrorException,
19
ErrorMessage = response.ErrorMessage,
20
Headers = response.Headers,
21
RawBytes = response.RawBytes,
0 commit comments