Documentation ¶
Index ¶
- Variables
- func As(err error, target interface{}) (ok bool)
- func Errorf(fmtstring string, args ...interface{}) error
- func Is(err, target error) (ok bool)
- func New(message string) error
- func RegisterFacade(name string, facade ErrorFacade)
- func Wrap(err error, message string) error
- func Wrapf(err error, fmtstring string, args ...interface{}) error
- type Error
- type ErrorFacade
Constants ¶
This section is empty.
Variables ¶
View Source
var PrintStack = true
PrintStack print stack flag
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.