go-errhttp/error.go

8 lines
80 B
Go

package errhttp
type Error interface {
error
ErrHTTP() int
Unwrap() error
}