Search before asking
Description
#2134 introduced a new error interface with an extended API. The existing function signatures however use the native golang error interface. Replace them all with errors.Error. This way the code becomes more self-documenting and forces developers to use the new error API.
Use case
Use errors.Error in the API signatures.
Related issues
#2134
Are you willing to submit a PR?
Code of Conduct