error

package
v0.10.13 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrSucc       = replyx.SuccT          // 操作成功
	ErrFail       = replyx.FailT          // 操作失败
	ErrInternal   = replyx.InternalErrT   // 内部错误
	ErrParam      = replyx.ParamErrT      // 参数错误
	ErrAuth       = replyx.AuthErrT       // 认证失败
	ErrPerm       = replyx.PermErrT       // 无权限
	ErrExist      = replyx.ExistErrT      // 数据已存在
	ErrNotFound   = replyx.NotFoundErrT   // 数据未找到
	ErrLimit      = replyx.LimitErrT      // 已限制操作
	ErrTimeout    = replyx.TimeoutErrT    // 超时错误
	ErrOther      = replyx.OtherErrT      // 未知错误
	ErrMethod     = replyx.MethodErrT     // 方法错误
	ErrTooManyReq = replyx.TooManyReqErrT // 请求频繁
	ErrFileFormat = replyx.FileFormatErrT // 文件格式错误
	ErrEqual      = replyx.EqualErrT      // 与原数据一致
	ErrVersion    = replyx.VersionErrT    // 版本错误
)

Functions

func New

func New(msg string, options ...TOption) error

Types

type TOption

type TOption func(*replyx.T)

func WithCode

func WithCode(code int) TOption

func WithData

func WithData(data interface{}) TOption

Jump to

Keyboard shortcuts

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