Discover Packages
github.com/pierrre/errors
erriter
package
Version:
v0.14.0
Opens a new window with list of versions in this module.
Published: Sep 20, 2025
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package erriter provides a way to iterate over errors tree.
All returns an iter.Seq that iterates over an error tree recursively.
Unwrap unwraps an error.
If the error implements `Unwrap() error`, it returns the unwrapped error.
If the error implements `Unwrap() []error`, it returns the unwrapped errors.
Otherwise, it returns nil.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.