//
pkg.gl
Category
github.com/sapcc/go-bits
errext
package
0.0.0-20250307173044-634e8ce82c05
Repository:
https://github.com/sapcc/go-bits.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
27
Files
49 SLOC
#
Functions
As
As is a variant of errors.As() that leverages generics to present a nicer interface.
IsOfType
IsOfType is a variant of errors.As() that only returns whether the match succeeded.
#
Type aliases
ErrorSet
ErrorSet replaces the "error" return value in functions that can return multiple errors.