Versions in this module Expand all Collapse all v0 v0.3.9 May 4, 2026 Changes in this version + var ErrBadRequest = errors.New("bad request") + var ErrConflict = errors.New("conflict") + var ErrNotFound = errors.New("not found") + func ErrToStatus(err error) int + func IgnoreNotFound(err error) error