Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WrappedError ¶
type WrappedError struct {
Message string
Cause error
Stack errors.StackTrace
}
func WrapErrf ¶
func WrapErrf(err error, msg string, args ...interface{}) *WrappedError
func (*WrappedError) Error ¶
func (err *WrappedError) Error() string
func (*WrappedError) Unwrap ¶
func (err *WrappedError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.