Error  Description
CMS ERROR:
1
Unassigned number
CMS ERROR:
8
Operator determined barring
CMS ERROR:
10
Call bared
CMS ERROR:
21
Short message transfer rejected
CMS ERROR:
27
Destination out of service
CMS ERROR:
28
Unindentified subscriber
CMS ERROR:
29
Facility rejected
CMS ERROR:
30
Unknown subscriber
CMS ERROR:
38
Network out of order
CMS ERROR:
41
Temporary failure
CMS ERROR:
42
Congestion
CMS ERROR:
47
Recources unavailable
CMS ERROR:
50
Requested facility not subscribed
CMS ERROR:
69
Requested facility not implemented
CMS ERROR:
81
Invalid short message transfer reference value
CMS ERROR:
95
Invalid message unspecified
CMS ERROR:
96
Invalid mandatory information
CMS ERROR:
97
Message type non existent or not implemented
CMS ERROR:
98
Message not compatible with short message protocol
CMS ERROR:
99
Information element non-existent or not implemente
CMS ERROR:
111
Protocol error, unspecified
CMS ERROR:
127
Internetworking , unspecified
CMS ERROR:
128
Telematic internetworking not supported
CMS ERROR:
129
Short message type 0 not supported
CMS ERROR:
130
Cannot replace short message
CMS ERROR:
143
Unspecified TP-PID error
CMS ERROR:
144
Data code scheme not supported
CMS ERROR:
145
Message class not supported
CMS ERROR:
159
Unspecified TP-DCS error
CMS ERROR:
160
Command cannot be actioned
CMS ERROR:
161
Command unsupported
CMS ERROR:
175
Unspecified TP-Command error
CMS ERROR:
176
TPDU not supported
CMS ERROR:
192
SC busy
CMS ERROR:
193
No SC subscription
CMS ERROR:
194
SC System failure
CMS ERROR:
195
Invalid SME address
CMS ERROR:
196
Destination SME barred
CMS ERROR:
197
SM Rejected-Duplicate SM
CMS ERROR:
198
TP-VPF not supported
CMS ERROR:
199
TP-VP not supported
CMS ERROR:
208
D0 SIM SMS Storage full
CMS ERROR:
209
No SMS Storage capability in SIM
CMS ERROR:
210
Error in MS
CMS ERROR:
211
Memory capacity exceeded
CMS ERROR:
212
Sim application toolkit busy
CMS ERROR:
213
SIM data download error
CMS ERROR:
255
Unspecified error cause
CMS ERROR:
300
ME Failure
CMS ERROR:
301
SMS service of ME reserved
CMS ERROR:
302
Operation not allowed
CMS ERROR:
303
Operation not supported
CMS ERROR:
304
Invalid PDU mode parameter
CMS ERROR:
305
Invalid Text mode parameter
CMS ERROR:
310
SIM not inserted
CMS ERROR:
311
SIM PIN required
CMS ERROR:
312
PH-SIM PIN required
CMS ERROR:
313
SIM failure
CMS ERROR:
314
SIM busy
CMS ERROR:
315
SIM wrong
CMS ERROR:
316
SIM PUK required
CMS ERROR:
317
SIM PIN2 required
CMS ERROR:
318
SIM PUK2 required
CMS ERROR:
320
Memory failure
CMS ERROR:
321
Invalid memory index
CMS ERROR:
322
Memory full
CMS ERROR:
330
SMSC address unknown
CMS ERROR:
331
No network service
CMS ERROR:
332
Network timeout
CMS ERROR:
340
No +CNMA expected
CMS ERROR:
500
Unknown error
CMS ERROR:
512
User abort
CMS ERROR:
513
Unable to store
CMS ERROR:
514
Invalid Status
CMS ERROR:
515
Device busy or Invalid Character in string
CMS ERROR:
516
Invalid length
CMS ERROR:
517
Invalid character in PDU
CMS ERROR:
518
Invalid parameter
CMS ERROR:
519
Invalid length or character
CMS ERROR:
520
Invalid character in text
CMS ERROR:
521
Timer expired
CMS ERROR:
522
Operation temporary not allowed
CMS ERROR:
532
SIM not ready
CMS ERROR:
534
Cell Broadcast error unknown
CMS ERROR:
535
Protocol stack busy
CMS ERROR:
538
Invalid parameter

SMS Error code: +CMS的更多相关文章

  1. org.codehaus.xfire.XFireRuntimeException: Could not invoke service.. Server returned error code = 404 for URI.. Check server logs for details

    严重: Servlet.service() for servlet jsp threw exceptionorg.codehaus.xfire.XFireRuntimeException: Could ...

  2. JRebel Windows RegCreateKeyEx(...) returned error code 5.

    作为一个JRebel的深度用户,在win10下用JRebel的eclipse插件使用的时候遇到了如下问题: java.util.prefs.WindowsPreferences <init> ...

  3. ORA-00600: internal error code, arguments: [4194]

    使用PlateSpin复制出来的一数据库服务器(Oracle 10g)在启动数据库实例时遇到"ORA-00600: internal error code, arguments: [4194 ...

  4. Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details

    thinkphp 在Apache上配置启用伪静态,重启Apache1 restart 竟然失败了,报错 Job for httpd.service failed because the control ...

  5. ORA-00600: internal error code, arguments: [SKGMFAIL], [2], [4], [4], [1], [], [], [], [], [], [], [

    ORA-00600: internal error code, arguments: [SKGMFAIL], [2], [4], [4], [1], [], [], [], [], [], [], [ ...

  6. Windows Task Scheduler Fails With Error Code 2147943785

    Problem: Windows Task Scheduler Fails With Error Code 2147943785 Solution: This is usually due to a ...

  7. 电脑运行msi安装包提示the error code is 2503/2502如何解决

    当在电脑中运行msi安装包时,出现the error code is 2503或者2502错误提示,其实是由于没有运行的权限导致的,但是又不能右击以管理员身份运行,那么应该如何操作呢?对于这样的问题, ...

  8. MySQL主从复制中断,报“Error on master: message (format)='Cannot delete or update a parent row: a foreign key constraint fails' error code=1217” 错误

    前几天,发现从库挂了,具体报错信息如下: 分析思路 1. 因为我采用的是选择性复制,只针对以下几个库进行复制: card,upay,deal,monitor,collect.所以,不太可能出现对于sa ...

  9. 【解决】查询无法完成,因为其包含的查找列数已超过管理员强制实施的查找列阈值。Error code=0x80070093; Error source=Groove

    前因: 修改了SharePoint Server 2013 下面的文档库的名称,原先2个汉字,现在8个汉字.结果,SkyDrive Pro 就无法同步了,无论是停止重新同步还是手动填写进行同步都不可以 ...

随机推荐

  1. ReactiveCocoa源码解析(二) Bag容器的代码实现

    今天博客我接着上篇博客的内容来,上篇博客我们详细的看了ReactiveSwift中的Observer已经Event的代码实现.接下来我们来看一下ReactiveSwift中的结构体Bag的实现.Bag ...

  2. Discuz添加自定义模板广告

    在做Discuz中广告的时候碰到个大问题,现在我需要做一个轮播的通屏广告位,调用广告图片的代码应该是以下代码:<ul>     <li style="background: ...

  3. Structured-Streaming之窗口操作

    Structured Streaming 之窗口事件时间聚合操作 Spark Streaming 中 Exactly Once 指的是: 每条数据从输入源传递到 Spark 应用程序 Exactly ...

  4. [leetcode-543-Diameter of Binary Tree]

    Given a binary tree, you need to compute the length of the diameter of the tree. The diameter of a b ...

  5. JavaScript开发者必备的10个sublime的插件

    http://www.codeceo.com/article/10-js-sublime-text-plugins.html

  6. KVO底层实现原理,仿写KVO

    这篇文章简单介绍苹果的KVO底层是怎么实现的,自己仿照KVO的底层实现,写一个自己的KVO监听 #pragma mark--KVO底层实现 第一步:新建一个Person类继承NSObject Pers ...

  7. ES6的十大特性和认知

    ---恢复内容开始--- ES6(ECMAScript2015)的出现,无疑给前端开发人员带来了新的惊喜,它包含了一些很棒的新特性,可以更加方便的实现很多复杂的操作,提高开发人员的效率.本文主要针对E ...

  8. 一张图告诉你angular2所有知识点

    忙活了半年,从angular2.0到现在angular4.2.从没AOT到有AOT.我想说,angular2的学习曲线真的有点陡峭.只能说,angular2是一个比较完整的框架,框架就是这样,一大堆条 ...

  9. 今天真开心,终于知道怎么打包apk了

    1.函数上下文的产生,并不是函数定义时决定的,而是函数调用时产生的:来个栗子 function creep(){return this;} console.log(creep()) var sneak ...

  10. alibaba druid 在springboot start autoconfig 下的bug

    alibaba druid 在springboot start autoconfig下的bug 标签(空格分隔):druid springboot start autoconfig 背景 发现.分析过 ...