package
Version:
v0.3.8
Opens a new window with list of versions in this module.
Published: Sep 1, 2021
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
DefaultErrWrap = func(errData ErrorData) error {
errData.PrintErr = func() string {
return fmt.Sprintf("error on `%s`: [%s]", errData.AWSOperation, errData.Err.Error())
}
return errData
}
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.