Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IException ¶
type IException interface {
// GetCode get error code
GetCode() int32
// GetMessage error message
GetMessage() string
//Error error interface
Error() string
}
IException 异常接口
Click to show internal directories.
Click to hide internal directories.