ae

package
v0.0.23 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2021 License: MIT Imports: 8 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Caller

func Caller(skip int) string

Types

type Error

type Error struct {
	Code int    `json:"code"`
	Msg  string `json:"msg"`
}

func BadData

func BadData(k, v string) *Error

服务端数据存储解析存在异常

func Conflict

func Conflict() *Error

func Expired

func Expired() *Error

func Forbidden

func Forbidden() *Error

403 Forbidden 服务器已经理解请求,但是拒绝执行它。与401响应不同的是,身份验证并不能提供任何帮助,而且这个请求也不应该被重复提交。如果这不是一个 HEAD 请求,而且服务器希望能够讲清楚为何请求不能被执行,那么就应该在实体内描述拒绝的原因。当然服务器也可以返回一个404响应,假如它不希望让客户端获得任何信息。

func Gone

func Gone() *Error

func Locked

func Locked() *Error

func New

func New(err error) *Error

func NewE

func NewE(code int) *Error

func NewErr

func NewErr(msg string, args ...interface{}) *Error

func NewError

func NewError(code int, msg string) *Error

func NewFileError

func NewFileError(err error) *Error

func NewHttpError

func NewHttpError(err error) *Error

func NewRedisError

func NewRedisError(err error) *Error

func NewSerializationError

func NewSerializationError(err error) *Error

func NewSqlError

func NewSqlError(err error) *Error

func (*Error) Error

func (e *Error) Error() string

func (*Error) IsServerError added in v0.0.21

func (e *Error) IsServerError() bool

Jump to

Keyboard shortcuts

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