Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ApplicationErrorMap = map[int]string{
0x01: "",
0x02: "",
0x03: "",
0x04: "",
0x05: "",
0x06: "",
}
Functions ¶
func NewApplicationError ¶
Types ¶
type ApplicationError ¶
type ApplicationError struct {
Code int `json:"code"`
Msg string `json:"msg"`
// contains filtered or unexported fields
}
func (*ApplicationError) Error ¶
func (e *ApplicationError) Error() string
Click to show internal directories.
Click to hide internal directories.