Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error doc improvements #117

Closed
dtolnay opened this Issue May 31, 2017 · 0 comments

Comments

Projects
None yet
2 participants
@dtolnay
Copy link

dtolnay commented May 31, 2017

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.

@seanmonstar seanmonstar modified the milestone: 1.0 May 31, 2017

@seanmonstar seanmonstar added the easy label May 31, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.