Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNotFound = NewHttpError(http.StatusNotFound) ErrBadRequest = NewHttpError(http.StatusBadRequest) ErrInternalServerError = NewHttpError(http.StatusInternalServerError) )
Functions ¶
Types ¶
type Error ¶
type Error struct {
Code int `json:"code"`
Key string `json:"error,omitempty"`
Success bool `json:"success"`
Message string `json:"message"`
Internal error `json:"-"`
}
Error 异常结构
func NewHttpError ¶
Click to show internal directories.
Click to hide internal directories.