package
1.0.0
Repository: https://github.com/lab259/errors.git
Documentation: pkg.go.dev

# Functions

ErrorWithCode goes through the error chain verifying if there is any `ErrorWithCode`.
ErrorWithModule goes through the error chain verifying if there is any `ErrorWithModule`.
ErrorWithReason goes through the error chain verifying if there is any `Reason` is equal to the one.
HttpError goes through the error chain verifying if there is any `HttpError`.

# Structs

ErrorWithCodeMatcher is the matcher that can find ErrorWithCode in the error chain and check its value.
ErrorWithModuleMatcher is the matcher that can find ErrorWithModule in the error chain and check its value.
No description provided by the author
HttpErrorMatcher is the matcher that can find HttpError in the error chain and check its value.