Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidParameter = &Error{ Code: invalidParameter, Msg: "invalid parameter", } ErrRecordNotFind = &Error{ Code: recordNotFindErr, Msg: "record not find", } )
View Source
var ( ErrVerityContract = &Error{ Code: contractVerityErr, Msg: "", } ErrExportNum = &Error{ Code: exportNumErr, Msg: "the number of exported items cannot exceed 10000.", } )
Functions ¶
This section is empty.
Types ¶
type Error ¶
func NewUnknownError ¶
Click to show internal directories.
Click to hide internal directories.