errors

package
v1.3.1-0...-2dc180e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BizError

type BizError struct {
	Code    string
	Message string
	Raw     error
}

BizError 表示可直接展示给用户的业务错误(非系统内部错误)。

func NewBizError

func NewBizError(code string, msg string) *BizError

func WrapBizError

func WrapBizError(code string, msg string, err error) *BizError

func (*BizError) Error

func (e *BizError) Error() string

func (*BizError) Unwrap

func (e *BizError) Unwrap() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL