Versions in this module Expand all Collapse all v0 v0.10.0 Mar 16, 2025 Changes in this version + func As[T any](err error) (T, bool) v0.9.0 Nov 23, 2023 v0.8.0 Oct 12, 2023 Changes in this version + func Split(err error) []error v0.7.0 Jun 1, 2023 Changes in this version + func HasType(err error) bool v0.6.0 Apr 22, 2023 Changes in this version + func AsAny(err error, target any, targets ...any) bool + func Close(c io.Closer, err *error) + func IsAny(err, target error, targets ...error) bool + func IsTimeout(err error) bool + type Sentinel string + func (s Sentinel) Error() string