Versions in this module Expand all Collapse all v1 v1.0.0 Oct 31, 2023 Changes in this version + var AssertionFailed = New("assertion failed") + var ClientClosed = New("client closed") + var ConnNotFount = New("conn not found") + var Invalid = New("invalid") + var MaximumExceeded = New("maximum exceeded") + var MethodNotAllowed = New("method not allowed") + var NilError = New("nil error") + var RouteNotFount = New("route not found") + var ServerClosed = New("server closed") + var StopPropagation = New("stop propagation") + var Timeout = New("timeout") + func Errorf(f string, args ...any) error + func Is(err, target error) bool + func New(text any) error + func Unwrap(err error) error + func WithStack(b bool) + func Wrap(err error, text any) error + func Wrapf(err error, f string, args ...any) error + type Error struct + func (e *Error) Error() string + func (e *Error) Format(s fmt.State, verb rune) + func (e *Error) Unwrap() error