⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 commandstatus.java

📁 WAP PUSH后台源码,WAP PUSH后台源码
💻 JAVA
字号:
package com.tssx.ebiz.sgip;

/**
 * <p>类名: CommandStatus</p>
 * <p>功能: 显示管理人员列表</p>
 * <p>版权: Copyright (c) 2002</p>
 * <p>公司: 深讯信科</p>
 * <p>版本: 1.0</p>
 * @程序 xuke
 * @修改纪录
 */
public class CommandStatus {
     public static final int SGIP_SUCCESS=0;	        /*无错误,命令正确接收*/
     public static final int SGIP_ERROR_LOGINPWD=1;	/*非法登录,如登录名、口令出错、登录名与口令不符等。*/
     public static final int SGIP_ERROR_RELOGIN=2;	/*重复登录,如在同一TCP/IP连接中连续两次以上请求登录。*/
     public static final int SGIP_ERROR_CONNECTMUCH=3;	/*连接过多,指单个节点要求同时建立的连接数过多。*/
     public static final int SGIP_ERROR_LOGINTYPE=4;	/*登录类型错,指bind命令中的logintype字段出错。*/
     public static final int SGIP_ERROR_PARAMETERFORMAT=5;	/*参数格式错,指命令中参数值与参数类型不符或与协议规定的范围不符。*/
     public static final int SGIP_ERROR_MOBILENUM=6;	/*非法手机号码,协议中所有手机号码字段出现非86130号码或手机号码前未加"86"时都应报错。*/
     public static final int SGIP_ERROR_MSGID=7;	/*消息ID错。*/
     public static final int SGIP_ERROR_MSGLENGTH=8;	/*信息长度错。*/
     public static final int SGIP_ERROR_LISTNUM=9;	/*非法序列号,包括序列号重复、序列号格式错误等。*/
     public static final int SGIP_ERROR_OPERATEGNS=10;	/*非法操作GNS。*/
     public static final int SGIP_ERROR_NODEBUSY=11;	/*节点忙,指本节点存储队列满或其他原因,暂时不能提供服务的情况。*/
     public static final int SGIP_ERROR_NOSERVICE=21;	/*目的地址不可达,指路由表存在路由且消息路由正确但被路由的节点暂时不能提供服务的情况。*/
     public static final int SGIP_ERROR_GATEWAY=22;	/*路由错,指路由表存在路由但消息路由出错的情况,如转错SMG等。*/
     public static final int SGIP_ERROR_NOGATEWAY=23;	/*路由不存在,指消息路由的节点在路由表中不存在。*/
     public static final int SGIP_ERROR_NOCHARGENUM=24;	/*计费号码无效,鉴权不成功时反馈的错误信息。*/
     public static final int SGIP_ERROR_NORECEIVER=25;	/*用户不能通信(如不在服务区、未开机等情况)。*/
     public static final int SGIP_ERROR_FEWMEMORY=26;	/*手机内存不足。*/
     public static final int SGIP_ERROR_NOSUPPORT=27;	/*手机不支持短消息。*/
     public static final int SGIP_ERROR_RECEIVING=28;	/*手机接收短消息出现错误。*/
     public static final int SGIP_ERROR_NOUSER=29;	/*不知道的用户。*/
     public static final int SGIP_ERROR_NOSUPPLY=30;	/*不提供此功能。*/
     public static final int SGIP_ERROR_DEVICE=31;	/*非法设备。*/
     public static final int SGIP_ERROR_SYSTEM=32;	/*系统失败。*/
     public static final int SGIP_ERROR_SMSCFULL=33;	/*短信中心队列满。*/
     public static final int SGIP_ERROR_ELSE=100;       /*其它错误码(待定义)。*/
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -