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

[Core] Add documentation of azcore.HTTPResponse interface #15587

Closed
seankane-msft opened this issue Sep 17, 2021 · 0 comments · Fixed by #15598
Closed

[Core] Add documentation of azcore.HTTPResponse interface #15587

seankane-msft opened this issue Sep 17, 2021 · 0 comments · Fixed by #15598
Assignees
Labels
Azure.Core Client This issue points to a problem in the data-plane of the library. feature-request This issue requires a new behavior in the product in order be resolved.

Comments

@seankane-msft
Copy link
Member

resp, err := Client.GetWidget(...)
var httpErr azcore.HTTPResponse
if errors.As(err, &httpErr) {
    // do something with httpErr.RawResponse()
}
@RickWinter RickWinter added Client This issue points to a problem in the data-plane of the library. feature-request This issue requires a new behavior in the product in order be resolved. labels Sep 17, 2021
@RickWinter RickWinter added this to the [2021] November milestone Sep 17, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Azure.Core Client This issue points to a problem in the data-plane of the library. feature-request This issue requires a new behavior in the product in order be resolved.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants