Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Error ¶
type Error interface { Err(e error, skipTrace bool, msg ...string) bool ErrFullStack(e error, skipTrace bool, msg ...string) error NoPrintErr(e error) bool NotErr(e error, msg ...string) bool NotErrSkipTrace(e error, skipTrace bool, msg ...string) bool StopErr(e error, msg ...string) WarnErr(e error, msg ...string) bool }
Click to show internal directories.
Click to hide internal directories.