Documentation
¶
Index ¶
Constants ¶
View Source
const ( // 内部错误 10000 InternalErrorUnknown = 10000 InternalErrorMissingConfig = 10001 InternalErrorHandler = 10002 InternalErrorRaw = 10003 InternalErrorDecryptXML = 10004 InternalErrorUnmarshalXML = 10005 InternalErrorSaveAuthorized = 10006 InternalErrorGetART = 10007 InternalErrorGetAAT = 10008 InternalErrorSaveToORM = 10009 InternalErrorRequest = 10010 InternalErrorInvalidResponse = 10011 InternalErrorSendGETRequest = 10012 InternalErrorSendPOSTRequest = 10013 InternalErrorCheckSQLInjection = 10014 InternalErrorSendGetJson = 10015 InternalErrorGetMISToken = 10016 InternalErrorMarshalJson = 10017 InternalErrorUnmarshalJson = 10018 InternalErrorBase64Encode = 10019 InternalErrorBase64Decode = 10020 InternalErrorRSAEncryption = 10021 InternalErrorRSADecryption = 10022 InternalErrorGetContextInfo = 10023 InternalErrorGetWOPC = 10024 InternalErrorGetPAC = 10025 InternalErrorQueryUnescape = 10026 // 数据不合法 11000 InvalidData = 11000 InvalidJson = 11001 InvalidTableName = 11002 InvalidPhoneNumber = 11003 InvalidQuery = 11004 InvalidParameter = 11005 InvalidParameterSQLInjection = 11006 // 数据不存在 NotExist = 12000 NotExistTable = 12001 NotExistPage = 12002 NotExistSwiper = 12003 NotExistClass = 12004 NotExistAuthorizer = 12005 // 授权错误 NotCertified = 13000 NotCertifiedCORS = 13001 NotCertifiedUserName = 13002 NotCertifiedPassword = 13003 NotCertifiedLoginFailCount = 13004 NotCertifiedSession = 13005 NotCertifiedMISToken = 13006 NotCertifiedPermission = 13007 // 操作错误 WrongOperation = 14000 HasChildGroups = 14001 HasUsers = 14002 DuplicateUserName = 14003 AlreadyExistPage = 14004 SwiperExceedTheUpperLimit = 14005 SmsCodeNotExpired = 14006 SmsCodeExpired = 14007 SmsCodeError = 14008 AlreadyExistGroup = 14009 )
定义错误代码
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.