Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrAuthNeedLogin 00 middlewares errors ErrAuthNeedLogin = &kerror.KError{Code: 10003, Message: "need_login"} ErrAuthUserLoginError = &kerror.KError{Code: 10004, Message: "user_login_error"} // ErrSkipConfigureName 01 inner errors ErrSkipConfigureName = &kerror.KError{Code: 10101, Message: "skipped synchronization file name"} ErrQueryFormatIllegal = &kerror.KError{Code: 10102, Message: "query format is illegal"} ErrInstanceObj = &kerror.KError{Code: 10103, Message: "the current database is unavailable"} ErrConfigurationIsNoDifference = &kerror.KError{Code: 10104, Message: "save failed, no update at this time"} ErrAlarmRuleStoreIsClosed = &kerror.KError{Code: 10105, Message: "alarm rule store is closed"} ErrClusterNameEmpty = &kerror.KError{Code: 10106, Message: "error: cluster name is empty"} // ErrGrpcUserListEmpty 02 grpc errors ErrGrpcUserListEmpty = &kerror.KError{Code: 10201, Message: "svc grpc user list empty"} ErrGrpcFileEmpty = &kerror.KError{Code: 10202, Message: "svc grpc file empty"} )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.