Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error interface { // WithErr 设置错误信息 WithErr(err error) Error // GetBusinessCode 获取 Business Code GetBusinessCode() int // GetHttpCode 获取 HTTP Code GetHttpCode() int // GetMsg 获取 Msg GetMsg() string // GetErr 获取错误信息 GetErr() error // ToString 返回 JSON 格式的错误详情 ToString() string // contains filtered or unexported methods }
Click to show internal directories.
Click to hide internal directories.