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
b355103d69
go-errhttp
/
error.go
8 lines
80 B
Go
Raw
Normal View
History
Unescape
Escape
client errors
2017-02-06 20:58:13 +00:00
package
errhttp
type
Error
interface
{
error
made .ErrHTTP() method return the HTTP status code (as an int). added some missing error. removed some errors that should not have been there.
2023-08-14 13:56:09 +00:00
ErrHTTP
(
)
int
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
}