package
Version:
v0.0.0-...-15b0c83
Opens a new window with list of versions in this module.
Published: Jul 26, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
Success = NewError(0, "成功")
ServerError = NewError(10000000, "服务内部错误")
InvalidParams = NewError(10000001, "入参错误")
NotFound = NewError(10000002, "找不到")
UnauthorizedAuthNotExist = NewError(10000003, "鉴权失败,找不到对应的AppKey和AppSerrcoderet")
UnauthorizedTokenError = NewError(10000004, "鉴权失败,Token错误")
UnauthorizedTokenTimeout = NewError(10000005, "鉴权失败,Token超时")
UnauthorizedTokenGenerate = NewError(10000006, "鉴权失败,Token生成失败")
TooManyRequests = NewError(10000007, "请求过多")
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.