MCPcopy
hub / github.com/silenceper/wechat / Error

Method Error

work/kf/error.go:55–57  ·  view source on GitHub ↗

Error 输出错误信息

()

Source from the content-addressed store, hash-verified

53
54// Error 输出错误信息
55func (r Error) Error() string {
56 return reflect.ValueOf(r).String()
57}
58
59var codeDic = map[int64]error{
60 50001: SDKInitFailed,

Callers 7

TestMemcacheFunction · 0.45
TestRedisFunction · 0.45
TestRedisZeroTimeoutsFunction · 0.45
TestGetConfigContextFunction · 0.45
TestGetCipherText_BadIVFunction · 0.45
ServeMethod · 0.45

Calls 1

StringMethod · 0.45

Tested by 6

TestMemcacheFunction · 0.36
TestRedisFunction · 0.36
TestRedisZeroTimeoutsFunction · 0.36
TestGetConfigContextFunction · 0.36
TestGetCipherText_BadIVFunction · 0.36