package
0.5.0
Repository: https://github.com/siderolabs/gen.git
Documentation: pkg.go.dev

# Functions

NewTagged creates a new typed error.
NewTaggedf creates a new typed error.
TagIs is wrapper around errors.As which checks the error tag.
TypeIs is wrapper around errors.As which check the error type.

# Structs

Tagged is an error with a tag attached.

# Interfaces

Tag is a type which can be used to tag Tagged errors.