errors

package
v1.8.101 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2024 License: Zlib Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ErrException           = 5
	ErrToken               = 40001 // 获取 access_token 时 AppSecret 错误,或者 access_token 无效。请开发者认真比对 AppSecret 的正确性,或查看是否正在为恰当的小程序调用接口
	ErrIllegal             = 40002 // 不合法的凭证类型
	ErrOpenid              = 40003 // 不合法的 OpenId,请开发者确认 OpenId 是否是其他小程序的 OpenId
	ErrAppid               = 40013 // 不合法的 AppID ,请开发者检查 AppID 的正确性,避免异常字符,注意大小写
	ErrTimeout             = 45015 // 回复时间超过限制
	ErrIllegalAuthCode     = 40029 // 无效的 oauth_code
	ErrInvalidRefreshToken = 40030 // invalid refresh_token
	ErrTimeoutAcsToken     = 42001 // access_token 超时,请检查 access_token 的有效期,请参考基础支持 - 获取 access_token 中,对 access_token 的详细机制说明
	ErrTimeoutRefToken     = 42002 // refresh_token 超时
	ErrTimeoutAuthCode     = 42003 // oauth_code 超时
	ErrLimit               = 45047 // 客服接口下行条数超过上限
	ErrAuth                = 48001 // API 功能未授权,请确认小程序已获得该接口
)

小程序消息错误

Variables

This section is empty.

Functions

func IsExpired added in v1.2.7

func IsExpired(code int32) bool

func IsInvalid added in v1.2.7

func IsInvalid(code int32) bool

Types

This section is empty.

Jump to

Keyboard shortcuts

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