# 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.
# Interfaces
Tag is a type which can be used to tag Tagged errors.