my_error

package
v1.8.7 Latest Latest
Warning

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

Go to latest
Published: May 20, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

自定义异常层

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewBusiness

func NewBusiness(ErrEnum map[int]string, code int) error

自定义业务异常

func NewError

func NewError(text string, code int) error

Types

type MyError

type MyError struct {
	// contains filtered or unexported fields
}

自定义异常结构体 实现Error方法

func (*MyError) Code

func (this *MyError) Code() int

func (*MyError) Error

func (this *MyError) Error() string

Jump to

Keyboard shortcuts

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