Documentation
¶
Index ¶
Constants ¶
View Source
const DEEP = 2
Variables ¶
This section is empty.
Functions ¶
func StackTrace ¶
func StackTrace(e CustomError) string
Types ¶
type CustomError ¶
func New ¶
func New(msg string) CustomError
func (*CustomError) Error ¶
func (e *CustomError) Error() string
func (*CustomError) Is ¶
func (e *CustomError) Is(target error) bool
func (*CustomError) StackTrace ¶
func (e *CustomError) StackTrace() string
func (*CustomError) Unwrap ¶
func (e *CustomError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.