aboutsummaryrefslogtreecommitdiff
path: root/docs/reference/api/html/ModemManager-Errors.html
blob: b570b8947afcc8d0a1d8f95df1d0e4e814e55508 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Errors</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="ModemManager Reference Manual">
<link rel="up" href="ref-dbus-common-types.html" title="Common types">
<link rel="prev" href="ModemManager-Flags-and-Enumerations.html" title="Flags and Enumerations">
<link rel="next" href="ref-dbus-object-manager.html" title="The /org/freedesktop/ModemManager1 object">
<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="ModemManager-Flags-and-Enumerations.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="ref-dbus-common-types.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">ModemManager Reference Manual</th>
<td><a accesskey="n" href="ref-dbus-object-manager.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#ModemManager-Errors.synopsis" class="shortcut">Top</a>
                   | 
                  <a href="#ModemManager-Errors.description" class="shortcut">Description</a>
</td></tr>
</table>
<div class="refentry">
<a name="ModemManager-Errors"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="ModemManager-Errors.top_of_page"></a>Errors</span></h2>
<p>Errors — Common errors in the API.</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<a name="ModemManager-Errors.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">enum                <a class="link" href="ModemManager-Errors.html#MMConnectionError" title="enum MMConnectionError">MMConnectionError</a>;
enum                <a class="link" href="ModemManager-Errors.html#MMCoreError" title="enum MMCoreError">MMCoreError</a>;
enum                <a class="link" href="ModemManager-Errors.html#MMMessageError" title="enum MMMessageError">MMMessageError</a>;
enum                <a class="link" href="ModemManager-Errors.html#MMMobileEquipmentError" title="enum MMMobileEquipmentError">MMMobileEquipmentError</a>;
enum                <a class="link" href="ModemManager-Errors.html#MMSerialError" title="enum MMSerialError">MMSerialError</a>;
enum                <a class="link" href="ModemManager-Errors.html#MMCdmaActivationError" title="enum MMCdmaActivationError">MMCdmaActivationError</a>;
</pre>
</div>
<div class="refsect1">
<a name="ModemManager-Errors.description"></a><h2>Description</h2>
<p>
This section defines errors that may be reported when using methods from the
ModemManager interface.
</p>
</div>
<div class="refsect1">
<a name="ModemManager-Errors.details"></a><h2>Details</h2>
<div class="refsect2">
<a name="MMConnectionError"></a><h3>enum MMConnectionError</h3>
<pre class="programlisting">typedef enum {
 /*&lt; underscore_name=mm_connection_error &gt;*/
    MM_CONNECTION_ERROR_UNKNOWN     = 0, /*&lt; nick=Unknown    &gt;*/
    MM_CONNECTION_ERROR_NO_CARRIER  = 1, /*&lt; nick=NoCarrier  &gt;*/
    MM_CONNECTION_ERROR_NO_DIALTONE = 2, /*&lt; nick=NoDialtone &gt;*/
    MM_CONNECTION_ERROR_BUSY        = 3, /*&lt; nick=Busy       &gt;*/
    MM_CONNECTION_ERROR_NO_ANSWER   = 4, /*&lt; nick=NoAnswer   &gt;*/
} MMConnectionError;
</pre>
<p>
Connection errors that may be reported by ModemManager.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="MM-CONNECTION-ERROR-UNKNOWN:CAPS"></a><span class="term"><code class="literal">MM_CONNECTION_ERROR_UNKNOWN</code></span></p></td>
<td>Unknown connection error.
</td>
</tr>
<tr>
<td><p><a name="MM-CONNECTION-ERROR-NO-CARRIER:CAPS"></a><span class="term"><code class="literal">MM_CONNECTION_ERROR_NO_CARRIER</code></span></p></td>
<td>No carrier.
</td>
</tr>
<tr>
<td><p><a name="MM-CONNECTION-ERROR-NO-DIALTONE:CAPS"></a><span class="term"><code class="literal">MM_CONNECTION_ERROR_NO_DIALTONE</code></span></p></td>
<td>No dialtone.
</td>
</tr>
<tr>
<td><p><a name="MM-CONNECTION-ERROR-BUSY:CAPS"></a><span class="term"><code class="literal">MM_CONNECTION_ERROR_BUSY</code></span></p></td>
<td>Busy.
</td>
</tr>
<tr>
<td><p><a name="MM-CONNECTION-ERROR-NO-ANSWER:CAPS"></a><span class="term"><code class="literal">MM_CONNECTION_ERROR_NO_ANSWER</code></span></p></td>
<td>No answer.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="MMCoreError"></a><h3>enum MMCoreError</h3>
<pre class="programlisting">typedef enum {
 /*&lt; underscore_name=mm_core_error &gt;*/
    MM_CORE_ERROR_FAILED       = 0,  /*&lt; nick=Failed       &gt;*/
    MM_CORE_ERROR_CANCELLED    = 1,  /*&lt; nick=Cancelled    &gt;*/
    MM_CORE_ERROR_ABORTED      = 2,  /*&lt; nick=Aborted      &gt;*/
    MM_CORE_ERROR_UNSUPPORTED  = 3,  /*&lt; nick=Unsupported  &gt;*/
    MM_CORE_ERROR_NO_PLUGINS   = 4,  /*&lt; nick=NoPlugins    &gt;*/
    MM_CORE_ERROR_UNAUTHORIZED = 5,  /*&lt; nick=Unauthorized &gt;*/
    MM_CORE_ERROR_INVALID_ARGS = 6,  /*&lt; nick=InvalidArgs  &gt;*/
    MM_CORE_ERROR_IN_PROGRESS  = 7,  /*&lt; nick=InProgress   &gt;*/
    MM_CORE_ERROR_WRONG_STATE  = 8,  /*&lt; nick=WrongState   &gt;*/
    MM_CORE_ERROR_CONNECTED    = 9,  /*&lt; nick=Connected    &gt;*/
    MM_CORE_ERROR_TOO_MANY     = 10, /*&lt; nick=TooMany      &gt;*/
    MM_CORE_ERROR_NOT_FOUND    = 11, /*&lt; nick=NotFound     &gt;*/
    MM_CORE_ERROR_RETRY        = 12, /*&lt; nick=Retry        &gt;*/
    MM_CORE_ERROR_EXISTS       = 13, /*&lt; nick=Exists       &gt;*/
} MMCoreError;
</pre>
<p>
Common errors that may be reported by ModemManager.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="MM-CORE-ERROR-FAILED:CAPS"></a><span class="term"><code class="literal">MM_CORE_ERROR_FAILED</code></span></p></td>
<td>Operation failed.
</td>
</tr>
<tr>
<td><p><a name="MM-CORE-ERROR-CANCELLED:CAPS"></a><span class="term"><code class="literal">MM_CORE_ERROR_CANCELLED</code></span></p></td>
<td>Operation was cancelled.
</td>
</tr>
<tr>
<td><p><a name="MM-CORE-ERROR-ABORTED:CAPS"></a><span class="term"><code class="literal">MM_CORE_ERROR_ABORTED</code></span></p></td>
<td>Operation was aborted.
</td>
</tr>
<tr>
<td><p><a name="MM-CORE-ERROR-UNSUPPORTED:CAPS"></a><span class="term"><code class="literal">MM_CORE_ERROR_UNSUPPORTED</code></span></p></td>
<td>Operation is not supported.
</td>
</tr>
<tr>
<td><p><a name="MM-CORE-ERROR-NO-PLUGINS:CAPS"></a><span class="term"><code class="literal">MM_CORE_ERROR_NO_PLUGINS</code></span></p></td>
<td>Cannot operate without valid plugins.
</td>
</tr>
<tr>
<td><p><a name="MM-CORE-ERROR-UNAUTHORIZED:CAPS"></a><span class="term"><code class="literal">MM_CORE_ERROR_UNAUTHORIZED</code></span></p></td>
<td>Authorization is required to perform the operation.
</td>
</tr>
<tr>
<td><p><a name="MM-CORE-ERROR-INVALID-ARGS:CAPS"></a><span class="term"><code class="literal">MM_CORE_ERROR_INVALID_ARGS</code></span></p></td>
<td>Invalid arguments given.
</td>
</tr>
<tr>
<td><p><a name="MM-CORE-ERROR-IN-PROGRESS:CAPS"></a><span class="term"><code class="literal">MM_CORE_ERROR_IN_PROGRESS</code></span></p></td>
<td>Operation is already in progress.
</td>
</tr>
<tr>
<td><p><a name="MM-CORE-ERROR-WRONG-STATE:CAPS"></a><span class="term"><code class="literal">MM_CORE_ERROR_WRONG_STATE</code></span></p></td>
<td>Operation cannot be executed in the current state.
</td>
</tr>
<tr>
<td><p><a name="MM-CORE-ERROR-CONNECTED:CAPS"></a><span class="term"><code class="literal">MM_CORE_ERROR_CONNECTED</code></span></p></td>
<td>Operation cannot be executed while being connected.
</td>
</tr>
<tr>
<td><p><a name="MM-CORE-ERROR-TOO-MANY:CAPS"></a><span class="term"><code class="literal">MM_CORE_ERROR_TOO_MANY</code></span></p></td>
<td>Too many items.
</td>
</tr>
<tr>
<td><p><a name="MM-CORE-ERROR-NOT-FOUND:CAPS"></a><span class="term"><code class="literal">MM_CORE_ERROR_NOT_FOUND</code></span></p></td>
<td>Item not found.
</td>
</tr>
<tr>
<td><p><a name="MM-CORE-ERROR-RETRY:CAPS"></a><span class="term"><code class="literal">MM_CORE_ERROR_RETRY</code></span></p></td>
<td>Operation cannot yet be performed, retry later.
</td>
</tr>
<tr>
<td><p><a name="MM-CORE-ERROR-EXISTS:CAPS"></a><span class="term"><code class="literal">MM_CORE_ERROR_EXISTS</code></span></p></td>
<td>Item already exists.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="MMMessageError"></a><h3>enum MMMessageError</h3>
<pre class="programlisting">typedef enum {
 /*&lt; underscore_name=mm_message_error &gt;*/
    /* 0 -&gt; 127 per 3GPP TS 24.011 [6] clause E.2 */
    /* 128 -&gt; 255 per 3GPP TS 23.040 [3] clause 9.2.3.22 */
    MM_MESSAGE_ERROR_ME_FAILURE             = 300, /*&lt; nick=MeFailure            &gt;*/
    MM_MESSAGE_ERROR_SMS_SERVICE_RESERVED   = 301, /*&lt; nick=SmsServiceReserved   &gt;*/
    MM_MESSAGE_ERROR_NOT_ALLOWED            = 302, /*&lt; nick=NotAllowed           &gt;*/
    MM_MESSAGE_ERROR_NOT_SUPPORTED          = 303, /*&lt; nick=NotSupported         &gt;*/
    MM_MESSAGE_ERROR_INVALID_PDU_PARAMETER  = 304, /*&lt; nick=InvalidPduParameter  &gt;*/
    MM_MESSAGE_ERROR_INVALID_TEXT_PARAMETER = 305, /*&lt; nick=InvalidTextParameter &gt;*/
    MM_MESSAGE_ERROR_SIM_NOT_INSERTED       = 310, /*&lt; nick=SimNotInserted       &gt;*/
    MM_MESSAGE_ERROR_SIM_PIN                = 311, /*&lt; nick=SimPin               &gt;*/
    MM_MESSAGE_ERROR_PH_SIM_PIN             = 312, /*&lt; nick=PhSimPin             &gt;*/
    MM_MESSAGE_ERROR_SIM_FAILURE            = 313, /*&lt; nick=SimFailure           &gt;*/
    MM_MESSAGE_ERROR_SIM_BUSY               = 314, /*&lt; nick=SimBusy              &gt;*/
    MM_MESSAGE_ERROR_SIM_WRONG              = 315, /*&lt; nick=SimWrong             &gt;*/
    MM_MESSAGE_ERROR_SIM_PUK                = 316, /*&lt; nick=SimPuk               &gt;*/
    MM_MESSAGE_ERROR_SIM_PIN2               = 317, /*&lt; nick=SimPin2              &gt;*/
    MM_MESSAGE_ERROR_SIM_PUK2               = 318, /*&lt; nick=SimPuk2              &gt;*/
    MM_MESSAGE_ERROR_MEMORY_FAILURE         = 320, /*&lt; nick=MemoryFailure        &gt;*/
    MM_MESSAGE_ERROR_INVALID_INDEX          = 321, /*&lt; nick=InvalidIndex         &gt;*/
    MM_MESSAGE_ERROR_MEMORY_FULL            = 322, /*&lt; nick=MemoryFull           &gt;*/
    MM_MESSAGE_ERROR_SMSC_ADDRESS_UNKNOWN   = 330, /*&lt; nick=SmscAddressUnknown   &gt;*/
    MM_MESSAGE_ERROR_NO_NETWORK             = 331, /*&lt; nick=NoNetwork            &gt;*/
    MM_MESSAGE_ERROR_NETWORK_TIMEOUT        = 332, /*&lt; nick=NetworkTimeout       &gt;*/
    MM_MESSAGE_ERROR_NO_CNMA_ACK_EXPECTED   = 340, /*&lt; nick=NoCnmaAckExpected    &gt;*/
    MM_MESSAGE_ERROR_UNKNOWN                = 500  /*&lt; nick=Unknown              &gt;*/
} MMMessageError;
</pre>
<p>
Enumeration of message errors, as defined in 3GPP TS 27.005 version 10 section 3.2.5.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="MM-MESSAGE-ERROR-ME-FAILURE:CAPS"></a><span class="term"><code class="literal">MM_MESSAGE_ERROR_ME_FAILURE</code></span></p></td>
<td>ME failure.
</td>
</tr>
<tr>
<td><p><a name="MM-MESSAGE-ERROR-SMS-SERVICE-RESERVED:CAPS"></a><span class="term"><code class="literal">MM_MESSAGE_ERROR_SMS_SERVICE_RESERVED</code></span></p></td>
<td>SMS service reserved.
</td>
</tr>
<tr>
<td><p><a name="MM-MESSAGE-ERROR-NOT-ALLOWED:CAPS"></a><span class="term"><code class="literal">MM_MESSAGE_ERROR_NOT_ALLOWED</code></span></p></td>
<td>Operation not allowed.
</td>
</tr>
<tr>
<td><p><a name="MM-MESSAGE-ERROR-NOT-SUPPORTED:CAPS"></a><span class="term"><code class="literal">MM_MESSAGE_ERROR_NOT_SUPPORTED</code></span></p></td>
<td>Operation not supported.
</td>
</tr>
<tr>
<td><p><a name="MM-MESSAGE-ERROR-INVALID-PDU-PARAMETER:CAPS"></a><span class="term"><code class="literal">MM_MESSAGE_ERROR_INVALID_PDU_PARAMETER</code></span></p></td>
<td>Invalid PDU mode parameter.
</td>
</tr>
<tr>
<td><p><a name="MM-MESSAGE-ERROR-INVALID-TEXT-PARAMETER:CAPS"></a><span class="term"><code class="literal">MM_MESSAGE_ERROR_INVALID_TEXT_PARAMETER</code></span></p></td>
<td>Invalid text mode parameter.
</td>
</tr>
<tr>
<td><p><a name="MM-MESSAGE-ERROR-SIM-NOT-INSERTED:CAPS"></a><span class="term"><code class="literal">MM_MESSAGE_ERROR_SIM_NOT_INSERTED</code></span></p></td>
<td>SIM not inserted.
</td>
</tr>
<tr>
<td><p><a name="MM-MESSAGE-ERROR-SIM-PIN:CAPS"></a><span class="term"><code class="literal">MM_MESSAGE_ERROR_SIM_PIN</code></span></p></td>
<td>SIM PIN required.
</td>
</tr>
<tr>
<td><p><a name="MM-MESSAGE-ERROR-PH-SIM-PIN:CAPS"></a><span class="term"><code class="literal">MM_MESSAGE_ERROR_PH_SIM_PIN</code></span></p></td>
<td>PH-SIM PIN required.
</td>
</tr>
<tr>
<td><p><a name="MM-MESSAGE-ERROR-SIM-FAILURE:CAPS"></a><span class="term"><code class="literal">MM_MESSAGE_ERROR_SIM_FAILURE</code></span></p></td>
<td>SIM failure.
</td>
</tr>
<tr>
<td><p><a name="MM-MESSAGE-ERROR-SIM-BUSY:CAPS"></a><span class="term"><code class="literal">MM_MESSAGE_ERROR_SIM_BUSY</code></span></p></td>
<td>SIM busy.
</td>
</tr>
<tr>
<td><p><a name="MM-MESSAGE-ERROR-SIM-WRONG:CAPS"></a><span class="term"><code class="literal">MM_MESSAGE_ERROR_SIM_WRONG</code></span></p></td>
<td>SIM wrong.
</td>
</tr>
<tr>
<td><p><a name="MM-MESSAGE-ERROR-SIM-PUK:CAPS"></a><span class="term"><code class="literal">MM_MESSAGE_ERROR_SIM_PUK</code></span></p></td>
<td>SIM PUK required.
</td>
</tr>
<tr>
<td><p><a name="MM-MESSAGE-ERROR-SIM-PIN2:CAPS"></a><span class="term"><code class="literal">MM_MESSAGE_ERROR_SIM_PIN2</code></span></p></td>
<td>SIM PIN2 required.
</td>
</tr>
<tr>
<td><p><a name="MM-MESSAGE-ERROR-SIM-PUK2:CAPS"></a><span class="term"><code class="literal">MM_MESSAGE_ERROR_SIM_PUK2</code></span></p></td>
<td>SIM PUK2 required.
</td>
</tr>
<tr>
<td><p><a name="MM-MESSAGE-ERROR-MEMORY-FAILURE:CAPS"></a><span class="term"><code class="literal">MM_MESSAGE_ERROR_MEMORY_FAILURE</code></span></p></td>
<td>Memory failure.
</td>
</tr>
<tr>
<td><p><a name="MM-MESSAGE-ERROR-INVALID-INDEX:CAPS"></a><span class="term"><code class="literal">MM_MESSAGE_ERROR_INVALID_INDEX</code></span></p></td>
<td>Invalid index.
</td>
</tr>
<tr>
<td><p><a name="MM-MESSAGE-ERROR-MEMORY-FULL:CAPS"></a><span class="term"><code class="literal">MM_MESSAGE_ERROR_MEMORY_FULL</code></span></p></td>
<td>Memory full.
</td>
</tr>
<tr>
<td><p><a name="MM-MESSAGE-ERROR-SMSC-ADDRESS-UNKNOWN:CAPS"></a><span class="term"><code class="literal">MM_MESSAGE_ERROR_SMSC_ADDRESS_UNKNOWN</code></span></p></td>
<td>SMSC address unknown.
</td>
</tr>
<tr>
<td><p><a name="MM-MESSAGE-ERROR-NO-NETWORK:CAPS"></a><span class="term"><code class="literal">MM_MESSAGE_ERROR_NO_NETWORK</code></span></p></td>
<td>No network.
</td>
</tr>
<tr>
<td><p><a name="MM-MESSAGE-ERROR-NETWORK-TIMEOUT:CAPS"></a><span class="term"><code class="literal">MM_MESSAGE_ERROR_NETWORK_TIMEOUT</code></span></p></td>
<td>Network timeout.
</td>
</tr>
<tr>
<td><p><a name="MM-MESSAGE-ERROR-NO-CNMA-ACK-EXPECTED:CAPS"></a><span class="term"><code class="literal">MM_MESSAGE_ERROR_NO_CNMA_ACK_EXPECTED</code></span></p></td>
<td>No CNMA Acknowledgement expected.
</td>
</tr>
<tr>
<td><p><a name="MM-MESSAGE-ERROR-UNKNOWN:CAPS"></a><span class="term"><code class="literal">MM_MESSAGE_ERROR_UNKNOWN</code></span></p></td>
<td>Unknown error.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="MMMobileEquipmentError"></a><h3>enum MMMobileEquipmentError</h3>
<pre class="programlisting">typedef enum {
 /*&lt; underscore_name=mm_mobile_equipment_error &gt;*/
    /* General errors */
    MM_MOBILE_EQUIPMENT_ERROR_PHONE_FAILURE        = 0,   /*&lt; nick=PhoneFailure &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_NO_CONNECTION        = 1,   /*&lt; nick=NoConnection &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_LINK_RESERVED        = 2,   /*&lt; nick=LinkReserved &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_NOT_ALLOWED          = 3,   /*&lt; nick=NotAllowed &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_NOT_SUPPORTED        = 4,   /*&lt; nick=NotSupported &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_PH_SIM_PIN           = 5,   /*&lt; nick=PhSimPin &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_PH_FSIM_PIN          = 6,   /*&lt; nick=PhFsimPin &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_PH_FSIM_PUK          = 7,   /*&lt; nick=PhFsimPuk &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_SIM_NOT_INSERTED     = 10,  /*&lt; nick=SimNotInserted &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_SIM_PIN              = 11,  /*&lt; nick=SimPin &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_SIM_PUK              = 12,  /*&lt; nick=SimPuk &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_SIM_FAILURE          = 13,  /*&lt; nick=SimFailure &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_SIM_BUSY             = 14,  /*&lt; nick=SimBusy &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_SIM_WRONG            = 15,  /*&lt; nick=SimWrong &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_INCORRECT_PASSWORD   = 16,  /*&lt; nick=IncorrectPassword &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_SIM_PIN2             = 17,  /*&lt; nick=SimPin2 &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_SIM_PUK2             = 18,  /*&lt; nick=SimPuk2 &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_MEMORY_FULL          = 20,  /*&lt; nick=MemoryFull &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_INVALID_INDEX        = 21,  /*&lt; nick=InvalidIndex &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_NOT_FOUND            = 22,  /*&lt; nick=NotFound &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_MEMORY_FAILURE       = 23,  /*&lt; nick=MemoryFailure &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_TEXT_TOO_LONG        = 24,  /*&lt; nick=TextTooLong &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_INVALID_CHARS        = 25,  /*&lt; nick=InvalidChars &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_DIAL_STRING_TOO_LONG = 26,  /*&lt; nick=DialStringTooLong &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_DIAL_STRING_INVALID  = 27,  /*&lt; nick=DialStringInvalid &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_NO_NETWORK           = 30,  /*&lt; nick=NoNetwork &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_NETWORK_TIMEOUT      = 31,  /*&lt; nick=NetworkTimeout &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_NETWORK_NOT_ALLOWED  = 32,  /*&lt; nick=NetworkNotAllowed &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_NETWORK_PIN          = 40,  /*&lt; nick=NetworkPin &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_NETWORK_PUK          = 41,  /*&lt; nick=NetworkPuk &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_NETWORK_SUBSET_PIN   = 42,  /*&lt; nick=NetworkSubsetPin &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_NETWORK_SUBSET_PUK   = 43,  /*&lt; nick=NetworkSubsetPuk &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_SERVICE_PIN          = 44,  /*&lt; nick=ServicePin &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_SERVICE_PUK          = 45,  /*&lt; nick=ServicePuk &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_CORP_PIN             = 46,  /*&lt; nick=CorpPin &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_CORP_PUK             = 47,  /*&lt; nick=CorpPuk &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_UNKNOWN              = 100, /*&lt; nick=Unknown &gt;*/
    /* GPRS related errors */
    MM_MOBILE_EQUIPMENT_ERROR_GPRS_IMSI_UNKNOWN_IN_HLR           = 102, /*&lt; nick=Gprs.ImsiUnknownInHlr           &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_GPRS_ILLEGAL_MS                    = 103, /*&lt; nick=Gprs.IllegalMs                  &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_GPRS_IMSI_UNKNOWN_IN_VLR           = 104, /*&lt; nick=Gprs.ImsiUnknownInVlr           &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_GPRS_ILLEGAL_ME                    = 106, /*&lt; nick=Gprs.IllegalMe                  &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_GPRS_SERVICE_NOT_ALLOWED           = 107, /*&lt; nick=Gprs.ServiceNotAllowed          &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_GPRS_PLMN_NOT_ALLOWED              = 111, /*&lt; nick=Gprs.PlmnNotAllowed             &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_GPRS_LOCATION_NOT_ALLOWED          = 112, /*&lt; nick=Gprs.LocationNotAllowed         &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_GPRS_ROAMING_NOT_ALLOWED           = 113, /*&lt; nick=Gprs.RomaingNotAllowed          &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_GPRS_NO_CELLS_IN_LOCATION_AREA     = 115, /*&lt; nick=Gprs.NoCellsInLocationArea      &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_GPRS_NETWORK_FAILURE               = 117, /*&lt; nick=Gprs.NetworkFailure             &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_GPRS_CONGESTION                    = 122, /*&lt; nick=Gprs.Congestion                 &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_GPRS_SERVICE_OPTION_NOT_SUPPORTED  = 132, /*&lt; nick=Gprs.ServiceOptionNotSupported  &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_GPRS_SERVICE_OPTION_NOT_SUBSCRIBED = 133, /*&lt; nick=Gprs.ServiceOptionNotSubscribed &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_GPRS_SERVICE_OPTION_OUT_OF_ORDER   = 134, /*&lt; nick=Gprs.ServiceOptionOutOfOrder    &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_GPRS_UNKNOWN                       = 148, /*&lt; nick=Gprs.Unknown                    &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_GPRS_PDP_AUTH_FAILURE              = 149, /*&lt; nick=Gprs.PdpAuthFailure             &gt;*/
    MM_MOBILE_EQUIPMENT_ERROR_GPRS_INVALID_MOBILE_CLASS          = 150, /*&lt; nick=Gprs.InvalidMobileClass         &gt;*/
} MMMobileEquipmentError;
</pre>
<p>
Enumeration of Mobile Equipment errors, as defined in 3GPP TS 07.07 version 7.8.0.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-PHONE-FAILURE:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_PHONE_FAILURE</code></span></p></td>
<td>Phone failure.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-NO-CONNECTION:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_NO_CONNECTION</code></span></p></td>
<td>No connection to phone.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-LINK-RESERVED:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_LINK_RESERVED</code></span></p></td>
<td>Phone-adaptor link reserved.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-NOT-ALLOWED:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_NOT_ALLOWED</code></span></p></td>
<td>Operation not allowed.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-NOT-SUPPORTED:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_NOT_SUPPORTED</code></span></p></td>
<td>Operation not supported.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-PH-SIM-PIN:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_PH_SIM_PIN</code></span></p></td>
<td>PH-SIM PIN required.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-PH-FSIM-PIN:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_PH_FSIM_PIN</code></span></p></td>
<td>PH-FSIM PIN required.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-PH-FSIM-PUK:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_PH_FSIM_PUK</code></span></p></td>
<td>PH-FSIM PUK required.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-SIM-NOT-INSERTED:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_SIM_NOT_INSERTED</code></span></p></td>
<td>SIM not inserted.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-SIM-PIN:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_SIM_PIN</code></span></p></td>
<td>SIM PIN required.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-SIM-PUK:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_SIM_PUK</code></span></p></td>
<td>SIM PUK required.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-SIM-FAILURE:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_SIM_FAILURE</code></span></p></td>
<td>SIM failure.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-SIM-BUSY:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_SIM_BUSY</code></span></p></td>
<td>SIM busy.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-SIM-WRONG:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_SIM_WRONG</code></span></p></td>
<td>SIM wrong.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-INCORRECT-PASSWORD:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_INCORRECT_PASSWORD</code></span></p></td>
<td>Incorrect password.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-SIM-PIN2:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_SIM_PIN2</code></span></p></td>
<td>SIM PIN2 required.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-SIM-PUK2:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_SIM_PUK2</code></span></p></td>
<td>SIM PUK2 required.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-MEMORY-FULL:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_MEMORY_FULL</code></span></p></td>
<td>Memory full.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-INVALID-INDEX:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_INVALID_INDEX</code></span></p></td>
<td>Invalid index.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-NOT-FOUND:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_NOT_FOUND</code></span></p></td>
<td>Not found.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-MEMORY-FAILURE:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_MEMORY_FAILURE</code></span></p></td>
<td>Memory failure.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-TEXT-TOO-LONG:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_TEXT_TOO_LONG</code></span></p></td>
<td>Text string too long.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-INVALID-CHARS:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_INVALID_CHARS</code></span></p></td>
<td>Invalid characters in text string.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-DIAL-STRING-TOO-LONG:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_DIAL_STRING_TOO_LONG</code></span></p></td>
<td>Dial string too long.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-DIAL-STRING-INVALID:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_DIAL_STRING_INVALID</code></span></p></td>
<td>Invalid characters in dial string.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-NO-NETWORK:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_NO_NETWORK</code></span></p></td>
<td>No network service.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-NETWORK-TIMEOUT:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_NETWORK_TIMEOUT</code></span></p></td>
<td>Network timeout.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-NETWORK-NOT-ALLOWED:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_NETWORK_NOT_ALLOWED</code></span></p></td>
<td>Network not allowed - Emergency calls only.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-NETWORK-PIN:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_NETWORK_PIN</code></span></p></td>
<td>Network personalisation PIN required.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-NETWORK-PUK:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_NETWORK_PUK</code></span></p></td>
<td>Network personalisation PUK required.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-NETWORK-SUBSET-PIN:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_NETWORK_SUBSET_PIN</code></span></p></td>
<td>Network subset personalisation PIN required.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-NETWORK-SUBSET-PUK:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_NETWORK_SUBSET_PUK</code></span></p></td>
<td>Network subset personalisation PUK required.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-SERVICE-PIN:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_SERVICE_PIN</code></span></p></td>
<td>Service provider personalisation PIN required.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-SERVICE-PUK:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_SERVICE_PUK</code></span></p></td>
<td>Service provider personalisation PUK required.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-CORP-PIN:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_CORP_PIN</code></span></p></td>
<td>Corporate personalisation PIN required.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-CORP-PUK:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_CORP_PUK</code></span></p></td>
<td>Corporate personalisation PUK required.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-UNKNOWN:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_UNKNOWN</code></span></p></td>
<td>Unknown.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-GPRS-IMSI-UNKNOWN-IN-HLR:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_GPRS_IMSI_UNKNOWN_IN_HLR</code></span></p></td>
<td>IMSI unknown in HLR.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-GPRS-ILLEGAL-MS:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_GPRS_ILLEGAL_MS</code></span></p></td>
<td>Illegal MS.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-GPRS-IMSI-UNKNOWN-IN-VLR:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_GPRS_IMSI_UNKNOWN_IN_VLR</code></span></p></td>
<td>IMSI unknown in VLR.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-GPRS-ILLEGAL-ME:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_GPRS_ILLEGAL_ME</code></span></p></td>
<td>Illegal ME.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-GPRS-SERVICE-NOT-ALLOWED:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_GPRS_SERVICE_NOT_ALLOWED</code></span></p></td>
<td>GPRS service not allowed.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-GPRS-PLMN-NOT-ALLOWED:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_GPRS_PLMN_NOT_ALLOWED</code></span></p></td>
<td>PLMN not allowed.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-GPRS-LOCATION-NOT-ALLOWED:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_GPRS_LOCATION_NOT_ALLOWED</code></span></p></td>
<td>Location area not allowed.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-GPRS-ROAMING-NOT-ALLOWED:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_GPRS_ROAMING_NOT_ALLOWED</code></span></p></td>
<td>Roaming not allowed in this location area.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-GPRS-NO-CELLS-IN-LOCATION-AREA:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_GPRS_NO_CELLS_IN_LOCATION_AREA</code></span></p></td>
<td>No cells in this location area.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-GPRS-NETWORK-FAILURE:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_GPRS_NETWORK_FAILURE</code></span></p></td>
<td>Network failure.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-GPRS-CONGESTION:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_GPRS_CONGESTION</code></span></p></td>
<td>Congestion.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-GPRS-SERVICE-OPTION-NOT-SUPPORTED:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_GPRS_SERVICE_OPTION_NOT_SUPPORTED</code></span></p></td>
<td>Service option not supported.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-GPRS-SERVICE-OPTION-NOT-SUBSCRIBED:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_GPRS_SERVICE_OPTION_NOT_SUBSCRIBED</code></span></p></td>
<td>Requested service option not subscribed.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-GPRS-SERVICE-OPTION-OUT-OF-ORDER:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_GPRS_SERVICE_OPTION_OUT_OF_ORDER</code></span></p></td>
<td>Service option temporarily out of order.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-GPRS-UNKNOWN:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_GPRS_UNKNOWN</code></span></p></td>
<td>Unspecified GPRS error.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-GPRS-PDP-AUTH-FAILURE:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_GPRS_PDP_AUTH_FAILURE</code></span></p></td>
<td>PDP authentication failure.
</td>
</tr>
<tr>
<td><p><a name="MM-MOBILE-EQUIPMENT-ERROR-GPRS-INVALID-MOBILE-CLASS:CAPS"></a><span class="term"><code class="literal">MM_MOBILE_EQUIPMENT_ERROR_GPRS_INVALID_MOBILE_CLASS</code></span></p></td>
<td>Invalid mobile class.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="MMSerialError"></a><h3>enum MMSerialError</h3>
<pre class="programlisting">typedef enum {
 /*&lt; underscore_name=mm_serial_error &gt;*/
    MM_SERIAL_ERROR_UNKNOWN               = 0, /*&lt; nick=Unknown            &gt;*/
    MM_SERIAL_ERROR_OPEN_FAILED           = 1, /*&lt; nick=OpenFailed         &gt;*/
    MM_SERIAL_ERROR_SEND_FAILED           = 2, /*&lt; nick=SendFailed         &gt;*/
    MM_SERIAL_ERROR_RESPONSE_TIMEOUT      = 3, /*&lt; nick=ResponseTimeout    &gt;*/
    MM_SERIAL_ERROR_OPEN_FAILED_NO_DEVICE = 4, /*&lt; nick=OpenFailedNoDevice &gt;*/
    MM_SERIAL_ERROR_FLASH_FAILED          = 5, /*&lt; nick=FlashFailed        &gt;*/
    MM_SERIAL_ERROR_NOT_OPEN              = 6, /*&lt; nick=NotOpen            &gt;*/
    MM_SERIAL_ERROR_PARSE_FAILED          = 7, /*&lt; nick=ParseFailed        &gt;*/
} MMSerialError;
</pre>
<p>
Serial errors that may be reported by ModemManager.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="MM-SERIAL-ERROR-UNKNOWN:CAPS"></a><span class="term"><code class="literal">MM_SERIAL_ERROR_UNKNOWN</code></span></p></td>
<td>Unknown serial error.
</td>
</tr>
<tr>
<td><p><a name="MM-SERIAL-ERROR-OPEN-FAILED:CAPS"></a><span class="term"><code class="literal">MM_SERIAL_ERROR_OPEN_FAILED</code></span></p></td>
<td>Could not open the serial device.
</td>
</tr>
<tr>
<td><p><a name="MM-SERIAL-ERROR-SEND-FAILED:CAPS"></a><span class="term"><code class="literal">MM_SERIAL_ERROR_SEND_FAILED</code></span></p></td>
<td>Could not write to the serial device.
</td>
</tr>
<tr>
<td><p><a name="MM-SERIAL-ERROR-RESPONSE-TIMEOUT:CAPS"></a><span class="term"><code class="literal">MM_SERIAL_ERROR_RESPONSE_TIMEOUT</code></span></p></td>
<td>A response was not received on time.
</td>
</tr>
<tr>
<td><p><a name="MM-SERIAL-ERROR-OPEN-FAILED-NO-DEVICE:CAPS"></a><span class="term"><code class="literal">MM_SERIAL_ERROR_OPEN_FAILED_NO_DEVICE</code></span></p></td>
<td>Could not open the serial port, no device.
</td>
</tr>
<tr>
<td><p><a name="MM-SERIAL-ERROR-FLASH-FAILED:CAPS"></a><span class="term"><code class="literal">MM_SERIAL_ERROR_FLASH_FAILED</code></span></p></td>
<td>Could not flash the device.
</td>
</tr>
<tr>
<td><p><a name="MM-SERIAL-ERROR-NOT-OPEN:CAPS"></a><span class="term"><code class="literal">MM_SERIAL_ERROR_NOT_OPEN</code></span></p></td>
<td>The serial port is not open.
</td>
</tr>
<tr>
<td><p><a name="MM-SERIAL-ERROR-PARSE-FAILED:CAPS"></a><span class="term"><code class="literal">MM_SERIAL_ERROR_PARSE_FAILED</code></span></p></td>
<td>The serial port specific parsing failed.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="MMCdmaActivationError"></a><h3>enum MMCdmaActivationError</h3>
<pre class="programlisting">typedef enum {
 /*&lt; underscore_name=mm_cdma_activation_error &gt;*/
    MM_CDMA_ACTIVATION_ERROR_NONE                           = 0, /*&lt; nick=None                         &gt;*/
    MM_CDMA_ACTIVATION_ERROR_UNKNOWN                        = 1, /*&lt; nick=Unknown                      &gt;*/
    MM_CDMA_ACTIVATION_ERROR_ROAMING                        = 2, /*&lt; nick=Roaming                      &gt;*/
    MM_CDMA_ACTIVATION_ERROR_WRONG_RADIO_INTERFACE          = 3, /*&lt; nick=WrongRadioInterface          &gt;*/
    MM_CDMA_ACTIVATION_ERROR_COULD_NOT_CONNECT              = 4, /*&lt; nick=CouldNotConnect              &gt;*/
    MM_CDMA_ACTIVATION_ERROR_SECURITY_AUTHENTICATION_FAILED = 5, /*&lt; nick=SecurityAuthenticationFailed &gt;*/
    MM_CDMA_ACTIVATION_ERROR_PROVISIONING_FAILED            = 6, /*&lt; nick=ProvisioningFailed           &gt;*/
    MM_CDMA_ACTIVATION_ERROR_NO_SIGNAL                      = 7, /*&lt; nick=NoSignal                     &gt;*/
    MM_CDMA_ACTIVATION_ERROR_TIMED_OUT                      = 8, /*&lt; nick=TimedOut                     &gt;*/
    MM_CDMA_ACTIVATION_ERROR_START_FAILED                   = 9  /*&lt; nick=StartFailed                  &gt;*/
} MMCdmaActivationError;
</pre>
<p>
CDMA Activation errors.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="MM-CDMA-ACTIVATION-ERROR-NONE:CAPS"></a><span class="term"><code class="literal">MM_CDMA_ACTIVATION_ERROR_NONE</code></span></p></td>
<td>No error.
</td>
</tr>
<tr>
<td><p><a name="MM-CDMA-ACTIVATION-ERROR-UNKNOWN:CAPS"></a><span class="term"><code class="literal">MM_CDMA_ACTIVATION_ERROR_UNKNOWN</code></span></p></td>
<td>An error occurred.
</td>
</tr>
<tr>
<td><p><a name="MM-CDMA-ACTIVATION-ERROR-ROAMING:CAPS"></a><span class="term"><code class="literal">MM_CDMA_ACTIVATION_ERROR_ROAMING</code></span></p></td>
<td>Device cannot activate while roaming.
</td>
</tr>
<tr>
<td><p><a name="MM-CDMA-ACTIVATION-ERROR-WRONG-RADIO-INTERFACE:CAPS"></a><span class="term"><code class="literal">MM_CDMA_ACTIVATION_ERROR_WRONG_RADIO_INTERFACE</code></span></p></td>
<td>Device cannot activate on this network type (eg EVDO vs 1xRTT).
</td>
</tr>
<tr>
<td><p><a name="MM-CDMA-ACTIVATION-ERROR-COULD-NOT-CONNECT:CAPS"></a><span class="term"><code class="literal">MM_CDMA_ACTIVATION_ERROR_COULD_NOT_CONNECT</code></span></p></td>
<td>Device could not connect to the network for activation.
</td>
</tr>
<tr>
<td><p><a name="MM-CDMA-ACTIVATION-ERROR-SECURITY-AUTHENTICATION-FAILED:CAPS"></a><span class="term"><code class="literal">MM_CDMA_ACTIVATION_ERROR_SECURITY_AUTHENTICATION_FAILED</code></span></p></td>
<td>Device could not authenticate to the network for activation.
</td>
</tr>
<tr>
<td><p><a name="MM-CDMA-ACTIVATION-ERROR-PROVISIONING-FAILED:CAPS"></a><span class="term"><code class="literal">MM_CDMA_ACTIVATION_ERROR_PROVISIONING_FAILED</code></span></p></td>
<td>Later stages of device provisioning failed.
</td>
</tr>
<tr>
<td><p><a name="MM-CDMA-ACTIVATION-ERROR-NO-SIGNAL:CAPS"></a><span class="term"><code class="literal">MM_CDMA_ACTIVATION_ERROR_NO_SIGNAL</code></span></p></td>
<td>No signal available.
</td>
</tr>
<tr>
<td><p><a name="MM-CDMA-ACTIVATION-ERROR-TIMED-OUT:CAPS"></a><span class="term"><code class="literal">MM_CDMA_ACTIVATION_ERROR_TIMED_OUT</code></span></p></td>
<td>Activation timed out.
</td>
</tr>
<tr>
<td><p><a name="MM-CDMA-ACTIVATION-ERROR-START-FAILED:CAPS"></a><span class="term"><code class="literal">MM_CDMA_ACTIVATION_ERROR_START_FAILED</code></span></p></td>
<td>API call for initial activation failed.
</td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.18.1</div>
</body>
</html>