wisski-cloud-distillery/pkg/httpx/httpx.go
2022-09-16 17:54:40 +02:00

6 lines
176 B
Go

package httpx
import "errors"
// ErrNotFound should be returned from any httpx error to indicate that the item was not found
var ErrNotFound = errors.New("httpx: Error 404")