errors

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 27, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DefaultErrWrap = func(errData ErrorData) error {
		return fmt.Errorf("error on `%s`: %w", errData.AWSOperation, errData.Err)
	}
)

Functions

This section is empty.

Types

type ErrorData

type ErrorData struct {
	FuncName     string
	AWSOperation string
	Err          error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL