error

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package error 提供错误映射功能

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Handler

func Handler() gin.HandlerFunc

Handler 错误处理中间件

func MapToHTTP

func MapToHTTP(c *gin.Context, err error)

MapToHTTP 将错误映射到 HTTP 响应

Types

type BizError

type BizError interface {
	BizCode() int
	BizMsg() string
	Error() string
}

BizError 业务错误接口

Jump to

Keyboard shortcuts

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