Versions in this module Expand all Collapse all v1 v1.0.6 Jan 11, 2025 Changes in this version + const IntegrationNotFound + const StatusForbidden + const ValidationFailed + var As = errors.As + var Cause = errors.Cause + var DefaultReasons = Reasons + var Is = errors.Is + var Join = baseerrors.Join + var Unwrap = errors.Unwrap + func New(msg string, args ...interface{}) error + func PopStack(err error) error + func RecoverPanic(r interface{}, errPtr *error) + func Sentinel(msg string, args ...interface{}) error + func Wrap(cause error, msg string, args ...interface{}) error + type Item struct + Description string + Key string + Status int + type Reason map[string]interface + type Reasons map[int]Item + func (r Reasons) Result(id int, reasons ...Reason) *service.ResultError + type StackTrace = errors.StackTrace + type StackTracer interface + StackTrace func() errors.StackTrace