Versions in this module Expand all Collapse all v1 v1.11.4 Dec 28, 2024 Changes in this version + func HasInterface(err error, referenceInterface interface{}) bool + func HasType(err error, referenceType error) bool + func If(err error, pred func(err error) (interface{}, bool)) (interface{}, bool) + func Is(err, reference error) bool + func IsAny(err error, references ...error) bool + func Mark(err error, reference error) error