Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Code ¶
type Code uint
const ( MethodNotSupport Code = 61111 MethodNotAllowed Code = 61121 ApiArgsError Code = 62001 ApiArgsMissing Code = 62011 TableArgsMissing Code = 62021 TableArgsErr Code = 62031 FuncArgsError Code = 63001 UrlPatternNotSupport Code = 63117 UrlDefinedDuplicate Code = 63127 UrlParamDuplicate Code = 63137 DataError Code = 64009 )
6 参数类型错误
-1: 协议参数 -2: 接口参数 -3: 函数参数 -4: 数据依赖错误
const (
Unknown Code = 0
)
Unknown error
Click to show internal directories.
Click to hide internal directories.