Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrSQLTypeConflict = New(-1, fmt.Errorf("不能同时提交 DDL 和 DML 语句"))
)
Functions ¶
Types ¶
type CodeError ¶
type CodeError struct {
// contains filtered or unexported fields
}
func NewNotImplemented ¶
type ErrorCode ¶
type ErrorCode int
const ( StatusOK ErrorCode = 0 ConnectStorageError ErrorCode = 5001 ConnectRemoteDatabaseError ErrorCode = 5002 ReadUploadFileError ErrorCode = 5003 ParseMyBatisXMLFileError ErrorCode = 5006 WriteDataToTheFileError ErrorCode = 5007 TaskNotExist ErrorCode = 4006 TaskActionInvalid ErrorCode = 4009 TaskRunning ErrorCode = 1001 TaskActionDone ErrorCode = 1002 LoginAuthFail ErrorCode = 4001 DataExist ErrorCode = 4010 DataNotExist ErrorCode = 4011 DataConflict ErrorCode = 4012 DataInvalid ErrorCode = 4013 DataParseFail ErrorCode = 4014 DriverNotExist ErrorCode = 5001 LoadDriverFail ErrorCode = 5008 FeatureNotImplemented ErrorCode = 7001 )
Click to show internal directories.
Click to hide internal directories.