package
Version:
v0.12.0
Opens a new window with list of versions in this module.
Published: Feb 7, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Errorf creates a new error using fmt.Sprintf().
Is mirrors the stdlib errors.Is function.
Unwrap aliases the stdlib errors.Unwrap function.
WithStack chains source location information to an error if "err" is not nil.
Wrap chains a new error to "err" if it is not nil.
Wrapf chains a new fmt.Sprintf() formatted error to "err" if "err" is not nil.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.