Versions in this module Expand all Collapse all v0 v0.31.0 Feb 19, 2026 Changes in this version + var ErrAlreadyExists = errors.New("already exists") + var ErrBadRequest = errors.New("bad request") + var ErrCancelled = errors.New("request cancelled") + var ErrForbidden = errors.New("forbidden") + var ErrNotFound = errors.New("not found") + var ErrTimedout = errors.New("request timed out") + var ErrTooLarge = errors.New("request is too large") + var ErrTooManyRequests = errors.New("too many requests") + var ErrUnauthorized = errors.New("unauthorized") + var ErrUnavailable = errors.New("unavailable") + func With(err, markErr error) error