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
Tracked by #120
dtolnay opened this issue May 31, 2017 · 0 comments
Closed
Tracked by #120

Error doc improvements #117

dtolnay opened this issue May 31, 2017 · 0 comments
Labels
E-easy Effort: Easy! Start here :D
Milestone

Comments

@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 E-easy Effort: Easy! Start here :D label May 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-easy Effort: Easy! Start here :D
Projects
None yet
Development

No branches or pull requests

2 participants