package
module
Version:
v0.0.0-...-fbae199
Opens a new window with list of versions in this module.
Published: Aug 15, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
func RecoverStackWithoutLF()
Taken from runtime/debug.go
func StackErrorf(msg string, args ...interface{}) error
type Error interface {
error
}
Error a error with caller stack information
Errorf create a new error
WithStack add caller stack information
Wrap with some extra message into err
Wrapf with some extra message into err
type StackError interface {
Error() string
StackTrace() string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.