package
Version:
v1.0.9
Opens a new window with list of versions in this module.
Published: Jun 14, 2022
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 16
Opens a new window with list of known importers.
Documentation
¶
IsError error is Rainbow Error or not
New error with call stack
NewErr new error with error stack from error
ShowStack show error with call stack
Wrapper wrap error with stack.
func foo() (err error) {
defer errors.Wrapper(&err)
... some code
}
Error struct
Error return the error message
Error return the error message
Source Files
¶
Click to show internal directories.
Click to hide internal directories.