Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Success = &BizErr{0, "success"} Param = &BizErr{1, "params error"} Request = &BizErr{1, "request error"} DebounceIntercept = &BizErr{2, "busy service"} RestyHttp = &BizErr{3, "http request the third party services error"} Forbidden = &BizErr{401, "forbidden permissions"} DBRecordNoFound = &BizErr{404, "record not found in database"} Unknown = &BizErr{500, "unknown error"} )
服务错误定义
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.