You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RestSharp/IRestResponse.cs
+2-1
Original file line number
Diff line number
Diff line change
@@ -84,8 +84,9 @@ public interface IRestResponse
84
84
stringErrorMessage{get;set;}
85
85
86
86
/// <summary>
87
-
/// The exception thrown during the request, if any
87
+
/// Exceptions thrown during the request, if any.
88
88
/// </summary>
89
+
/// <remarks>Will contain only network transport or framework exceptions thrown during the request. HTTP protocol errors are handled by RestSharp and will not appear here.</remarks>
0 commit comments