err

package
v1.5.3 Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2023 License: MIT Imports: 4 Imported by: 21

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GinOutputErr

func GinOutputErr(c *gin.Context, service string, err error)

func OutputErr

func OutputErr(w http.ResponseWriter, err error)

Types

type ApiError

type ApiError interface {
	GetStatus() int
	GetErrorKey() string
	GetErrorMsg() string
	error
}

func New

func New(status int, msg string) ApiError

func NewWithKey

func NewWithKey(status int, msg string, key string) ApiError

Jump to

Keyboard shortcuts

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