package
0.0.0-20250307173044-634e8ce82c05
Repository: https://github.com/sapcc/go-bits.git
Documentation: pkg.go.dev

# Functions

As is a variant of errors.As() that leverages generics to present a nicer interface.
IsOfType is a variant of errors.As() that only returns whether the match succeeded.

# Type aliases

ErrorSet replaces the "error" return value in functions that can return multiple errors.