This website requires JavaScript.
Explore
Help
Register
Sign In
reiver
/
go-errhttp
Watch
1
Star
0
Fork
You've already forked go-errhttp
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2f430f79b6
go-errhttp
/
error.go
8 lines
76 B
Go
Raw
Normal View
History
Unescape
Escape
client errors
2017-02-06 20:58:13 +00:00
package
errhttp
type
Error
interface
{
error
added .ErrHTTP() method so can detect these are these type of errors
2023-02-16 20:01:00 +00:00
ErrHTTP
(
)
added .Unwrap()error methods, and some error checking
2023-02-16 06:24:28 +00:00
Unwrap
(
)
error
client errors
2017-02-06 20:58:13 +00:00
}