Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Error ¶
type Error int
Error Error
const ( //没有错误 E_OK Error = 0 E_ERR_ALERT Error = 1 E_ERR_POP_UP Error = 2 E_OK_ALERT Error = 3 E_OK_POP_UP Error = 4 //通用类错误 E_INVALID_PARAM Error = 100 E_DB_ERROR Error = 101 E_MCT_SEND_ERROR Error = 102 E_BACK_CONNECT_ERROR Error = 103 E_BACK_SEND_ERROR Error = 104 E_BACK_RECV_ERROR Error = 105 E_BACK_RECV_STATE_ERROR Error = 106 E_BACK_RECV_DATA_ERROR Error = 107 )
Click to show internal directories.
Click to hide internal directories.