package
0.0.0-20250104174517-3e694fc5c362
Repository: https://github.com/softwarespot/go-helpers.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
As is the same as errors.As() in the Go standard package.
No description provided by the author
Is is the same as errors.Is() in the Go standard package.
No description provided by the author
No description provided by the author
Wrap wraps the provided error with an error message and optional arguments, in which the error message is not returned when using err.Error(), but instead the original error message or an error which has been wrapped with WrapWithMessage().
WrapWithMessage wraps the provided error with an error message and optional arguments, in which the error message is returned when using err.Error(), instead of the original error message.