| | |
| | | public readonly static int SendNotificationsSuccessfully = 10238; |
| | | public readonly static int SendNotificationsUnsuccessfully = 10239; |
| | | |
| | | #region 网络请求响应错误提示信息 |
| | | /// <summary> |
| | | /// 会话超时,请更新token |
| | | /// </summary> |
| | | public const int NotLogin = 20000; |
| | | /// <summary> |
| | | /// 请求服务器失败,请稍后再试! |
| | | /// </summary> |
| | | public const int FailedRequestServer = 20001; |
| | | /// <summary> |
| | | /// 系统维护中 ~请稍后再试~ |
| | | /// </summary> |
| | | public const int SystemMaintenance = 20002; |
| | | /// <summary> |
| | | /// 登录失败,请先添加住宅! |
| | | /// </summary> |
| | | public const int FailedGetHomeList = 20003; |
| | | /// <summary> |
| | | /// 用户已存在 |
| | | /// </summary> |
| | | public const int AccountExist = 20004; |
| | | /// <summary> |
| | | /// 验证码发送频繁,请稍后再试! |
| | | /// </summary> |
| | | public const int VerificationCodeSentFrequently = 20005; |
| | | /// <summary> |
| | | /// 签名错误 |
| | | /// </summary> |
| | | public const int SignatureError = 20006; |
| | | /// <summary> |
| | | /// 系统繁忙 ~请稍后再试~ |
| | | /// </summary> |
| | | public const int SystemIsBusy = 20007; |
| | | /// <summary> |
| | | /// 解析用户身份错误,请重新登录 |
| | | /// 无效的登录密匙 |
| | | /// </summary> |
| | | public const int InvalidToken = 20008; |
| | | /// <summary> |
| | | /// 用户已经被禁用 |
| | | /// </summary> |
| | | public const int TheAccountHasBeenDisabled = 20009; |
| | | /// <summary> |
| | | /// 原密码错误 |
| | | /// </summary> |
| | | public const int OldPwdNoYes = 20010; |
| | | /// <summary> |
| | | /// 子账号已经存在 |
| | | /// </summary> |
| | | public const int BindSubAccount_Exist = 20011; |
| | | /// <summary> |
| | | /// 子账号不存在 |
| | | /// </summary> |
| | | public const int SubAccount_NoExists = 20012; |
| | | /// <summary> |
| | | /// 不能把自己添加为成员 |
| | | /// </summary> |
| | | public const int BindSubAccount_SameAccount = 20013; |
| | | /// <summary> |
| | | /// 当前住宅不属于该账号 |
| | | /// </summary> |
| | | public const int HomeIdAndTokenNoConsistent = 20014; |
| | | /// <summary> |
| | | /// 住宅名称已存在 |
| | | /// </summary> |
| | | public const int HomeName_Exist = 20015; |
| | | /// <summary> |
| | | /// 住宅不存在 |
| | | /// </summary> |
| | | public const int Home_NoExists = 20016; |
| | | /// <summary> |
| | | /// 请求失败,参数异常! |
| | | /// </summary> |
| | | public const int RequestFailedParameterException = 20017; |
| | | /// <summary> |
| | | /// 绑定号码重复 |
| | | /// </summary> |
| | | public const int DuplicateBindingNumber = 20018; |
| | | /// <summary> |
| | | /// 当前住宅没有绑定网关 |
| | | /// </summary> |
| | | public const int PleaseBindTheGatewayFirst = 20019; |
| | | /// <summary> |
| | | /// 网关不存在 |
| | | /// </summary> |
| | | public const int GatewayDoesNotExist = 20020; |
| | | /// <summary> |
| | | /// 网关离线 |
| | | /// </summary> |
| | | public const int GatewayOffline = 20021; |
| | | /// <summary> |
| | | /// 设备离线 |
| | | /// </summary> |
| | | public const int DeviceOffline = 20022; |
| | | /// <summary> |
| | | /// 控制失败,请稍后再试! |
| | | /// </summary> |
| | | public const int ControlFailure2 = 20023; |
| | | /// <summary> |
| | | /// 场景已经存在 |
| | | /// </summary> |
| | | public const int SceneAlreadyExists = 20024; |
| | | /// <summary> |
| | | /// 自动化已经存在 |
| | | /// </summary> |
| | | public const int AutomationAlreadyExists = 20025; |
| | | /// <summary> |
| | | /// spk不支持该功能 |
| | | /// </summary> |
| | | public const int SpkNotSupportThisFeature = 20026; |
| | | /// <summary> |
| | | /// spk功能不支持此功能值 |
| | | /// </summary> |
| | | public const int SpkNotSupportThisFunctionValue = 20027; |
| | | /// <summary> |
| | | /// 没有权限 |
| | | /// </summary> |
| | | public const int PermissionDenied = 20028; |
| | | /// <summary> |
| | | /// 设备目标重复 |
| | | /// </summary> |
| | | public const int DuplicateDeviceTarget = 20029; |
| | | /// <summary> |
| | | /// 没有远程控制权限 |
| | | /// </summary> |
| | | public const int NoRemoteControlPermission = 20030; |
| | | /// <summary> |
| | | /// 设备不能为空 |
| | | /// </summary> |
| | | public const int TheDeviceCannotBeEmpty = 20031; |
| | | /// <summary> |
| | | /// 用户没有设备的权限 |
| | | /// </summary> |
| | | public const int NotHavePermissionToTheDevice = 20032; |
| | | /// <summary> |
| | | /// 设备不存在 |
| | | /// </summary> |
| | | public const int TheDeviceDoesNotExist = 20033; |
| | | /// <summary> |
| | | /// 数据异常,请重试。 |
| | | /// </summary> |
| | | public const int DataExceptionPleaseTryAgain = 20034; |
| | | /// <summary> |
| | | /// 验证码有误,请重新输入 |
| | | /// </summary> |
| | | public const int VerificationCodeWrong = 20035; |
| | | /// <summary> |
| | | /// 验证码发送失败。 |
| | | /// </summary> |
| | | public const int FailedToSendVerificationCode = 20036; |
| | | /// <summary> |
| | | /// 您的账号已在别处登录,如果不是您本人操作,请立即修改密码! |
| | | /// </summary> |
| | | public const int LoggedOnOtherDevices = 20037; |
| | | /// <summary> |
| | | /// 登录失败,账号或者密码错误 |
| | | /// </summary> |
| | | public const int LoginFailed_AccountOrPasswordError = 20038; |
| | | /// <summary> |
| | | /// 账号不存在 |
| | | /// </summary> |
| | | public const int AccountNotExist = 20039; |
| | | /// <summary> |
| | | /// 注册失败 |
| | | /// </summary> |
| | | public const int RegistrationFailedPleaseTryAgain = 20040; |
| | | /// <summary> |
| | | /// 密码错误次数过多,账号被锁定! |
| | | /// </summary> |
| | | public const int AccountLoginLock = 20041; |
| | | /// <summary> |
| | | /// 验证码已发送,请输入验证码 |
| | | /// </summary> |
| | | public const int VerificationCodePrompt = 20042; |
| | | /// <summary> |
| | | /// 请通过忘记密码找回密码或{0}分钟后重试. |
| | | /// </summary> |
| | | public const int PleaseTryToForgetPassword = 20043; |
| | | /// <summary> |
| | | /// 请输入验证码 |
| | | /// </summary> |
| | | public const int PlsEntryVerificationCode = 20044; |
| | | /// <summary> |
| | | /// 请稍候,正在启动远程连接… |
| | | /// </summary> |
| | | public const int StartEnablingRmote = 20045; |
| | | /// <summary> |
| | | /// Searching local gateway... |
| | | /// </summary> |
| | | public const int SearchingGatewayLocally = 20046; |
| | | /// <summary> |
| | | /// Checking if the gateway is online... |
| | | /// </summary> |
| | | public const int CheckingGatewayIsOnline = 20047; |
| | | /// <summary> |
| | | /// Gateway is offline, remote connection failed. |
| | | /// </summary> |
| | | public const int RemoteFailedGatewayOffline = 20048; |
| | | /// <summary> |
| | | /// 网关登录上线 |
| | | /// </summary> |
| | | public const int GatewayLoginOnline = 20049; |
| | | /// <summary> |
| | | /// 获取参数成功,开始连接... |
| | | /// Successfully obtained parameters, starting to connect... |
| | | /// </summary> |
| | | public const int GetSuccessfullyStartConnecting = 20050; |
| | | /// <summary> |
| | | /// 正在获取远程连接参数... |
| | | /// </summary> |
| | | public const int GettingRemoteConnectionInfo = 20051; |
| | | /// <summary> |
| | | /// Remote failure, automatically reconnect... |
| | | /// </summary> |
| | | public const int RemoteFailure = 20052; |
| | | /// <summary> |
| | | /// 搜索成功,启用本地连接 |
| | | /// </summary> |
| | | public const int SearchGatewaySuccess = 20053; |
| | | /// <summary> |
| | | /// 搜索失败,启用远程连接 |
| | | /// </summary> |
| | | public const int SearchGatewayFail = 20054; |
| | | /// <summary> |
| | | /// 添加成功 |
| | | /// </summary> |
| | | public const int AddedSuccessfully = 20055; |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | #endregion |
| | | } |
| | | } |