//
pkg.gl
Category
github.com/segmentio/errors-go
httperrors
package
1.0.0
Repository:
https://github.com/segmentio/errors-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
175 SLOC
#
Functions
New
New constructs an error from a HTTP response.
Wrap
Wrap is similar to New but takes an extra error argument so it can be used on the returned values from functions like http.Get or http.(*Client).Do.