package
Version:
v0.0.0-...-1c8a91e
Opens a new window with list of versions in this module.
Published: Jun 10, 2020
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Error struct {
ErrCode int
ErrMsg string
}
错误码及对应信息的结构体
Error结构体方法,返回错误信息,实现了error接口
type error interface {
Error() string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.