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
The url, get_ref, is_http, is_serialization, and is_redirect methods of reqwest::Error could each use an example. Remember that the point of examples is not always to show how to call the method, but to show why someone would want to call the method. For instance the get_ref example may show how to use downcast_ref to check the details of the error.
The text was updated successfully, but these errors were encountered:
The
url
,get_ref
,is_http
,is_serialization
, andis_redirect
methods ofreqwest::Error
could each use an example. Remember that the point of examples is not always to show how to call the method, but to show why someone would want to call the method. For instance the get_ref example may show how to use downcast_ref to check the details of the error.The text was updated successfully, but these errors were encountered: