package
0.0.0-20240228064701-d32eb8632635
Repository: https://github.com/skeleton1231/gotal.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
Cause returns the underlying cause of the error, if possible.
Errorf formats according to a format specifier and returns the string as a value that satisfies error.
No description provided by the author
IsCode reports whether any error in err's chain contains the given error code.
MustRegister register a user define error code.
New returns an error with the supplied message.
ParseCoder parse any error into *withCode.
Register register a user define error code.
No description provided by the author
No description provided by the author
WithMessage annotates err with a new message.
WithMessagef annotates err with the format specifier.
WithStack annotates err with a stack trace at the point WithStack was called.
Wrap returns an error annotating err with a stack trace at the point Wrap is called, and the supplied message.
No description provided by the author
Wrapf returns an error annotating err with a stack trace at the point Wrapf is called, and the format specifier.

# Interfaces

Coder defines an interface for an error code detail information.

# Type aliases

Frame represents a program counter inside a stack frame.
StackTrace is stack of Frames from innermost (newest) to outermost (oldest).