//
pkg.gl
Category
github.com/segmentio/errors-go
twirperrors
package
1.0.0
Repository:
https://github.com/segmentio/errors-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
159 SLOC
#
Functions
Adapt
Adapt checks the type of err is a twirp error, and adapts it to make error types discoverable using the errors.Is function.
New
New constructs a twirp error from another error.