errmsg

package
v0.0.0-...-296dcbf Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2023 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 Code

type Code int
const (
	ErrServer          Code = 1
	ErrBadRequest      Code = 2
	ErrUnauthorized    Code = 3
	ErrDBNotUnique     Code = 105
	ErrRecordNotFound  Code = 106
	ErrJwtTokenInvalid Code = 202
	ErrQiniuUpload     Code = 301
	ErrNameUsed        Code = 1001
	ErrPasswordWrong   Code = 1002
	ErrUserNotExist    Code = 1003
	ErrNoPermission    Code = 1004
)

func (Code) Error

func (c Code) Error() string

func (Code) String

func (c Code) String() string

func (Code) With

func (c Code) With(err error) string

Jump to

Keyboard shortcuts

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