Documentation
¶
Index ¶
- func Errorf(format string, args ...interface{}) error
- func Is(err error, target error) bool
- func New(message string) error
- func Wrap(err error, message string) error
- func WrapWithMapper(err error, mapper ErrorMapper, format string) error
- func Wrapf(err error, format string, args ...interface{}) error
- func WrapfWithMapper(err error, mapper ErrorMapper, format string, args ...interface{}) error
- type ErrorMapper
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WrapWithMapper ¶
func WrapWithMapper(err error, mapper ErrorMapper, format string) error
func WrapfWithMapper ¶
func WrapfWithMapper(err error, mapper ErrorMapper, format string, args ...interface{}) error
Types ¶
type ErrorMapper ¶
Click to show internal directories.
Click to hide internal directories.