Symbian3/SDK/Source/GUID-0A7ADA78-D575-5A07-A52A-F8A3ACBC2746.dita
changeset 7 51a74ef9ed63
equal deleted inserted replaced
6:43e37759235e 7:51a74ef9ed63
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
       
     3 <!-- This component and the accompanying materials are made available under the terms of the License 
       
     4 "Eclipse Public License v1.0" which accompanies this distribution, 
       
     5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
       
     6 <!-- Initial Contributors:
       
     7     Nokia Corporation - initial contribution.
       
     8 Contributors: 
       
     9 -->
       
    10 <!DOCTYPE concept
       
    11   PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
       
    12 <concept id="GUID-0A7ADA78-D575-5A07-A52A-F8A3ACBC2746" xml:lang="en"><title>Category:
       
    13 Etel Server</title><prolog><metadata><keywords/></metadata></prolog><conbody>
       
    14 <p>Panic caused by incorrect use of the ETel Core API. For example passing
       
    15 bad or contradictory values to class constructors or member functions cause
       
    16 panics.</p>
       
    17 <p>The client thread causing the panic is terminated.</p>
       
    18 <table id="GUID-5360AE37-ED88-5E97-9BFD-BC162BE624F2">
       
    19 <tgroup cols="2"><colspec colname="col0" colwidth="0.17*"/><colspec colname="col1" colwidth="1.83*"/>
       
    20 <tbody>
       
    21 <row>
       
    22 <entry><p>0</p> </entry>
       
    23 <entry><p>The subsession handle is not recognized by the server.</p> </entry>
       
    24 </row>
       
    25 <row>
       
    26 <entry><p>1</p> </entry>
       
    27 <entry><p>An attempt to read or write across the client-server boundary has
       
    28 failed. This usually indicates that the descriptor sent is incorrectly formatted.</p> </entry>
       
    29 </row>
       
    30 <row>
       
    31 <entry><p>2</p> </entry>
       
    32 <entry><p>The message type - sent by the client - is not recognized
       
    33 by the server.</p> </entry>
       
    34 </row>
       
    35 <row>
       
    36 <entry><p>3</p> </entry>
       
    37 <entry><p>Client code has attempted to re-post an asynchronous request before
       
    38 the original request has completed.</p> </entry>
       
    39 </row>
       
    40 <row>
       
    41 <entry><p>4</p> </entry>
       
    42 <entry><p>The client has attempted to open a sub-session without first opening
       
    43 its parent object. </p> </entry>
       
    44 </row>
       
    45 <row>
       
    46 <entry><p>5</p> </entry>
       
    47 <entry><p>The client has attempted to use a zero length descriptor.</p> </entry>
       
    48 </row>
       
    49 <row>
       
    50 <entry><p>6</p> </entry>
       
    51 <entry><p>The size field of a descriptor indicates that it contains a negative
       
    52 amount of data.</p> </entry>
       
    53 </row>
       
    54 <row>
       
    55 <entry><p>7</p> </entry>
       
    56 <entry><p>Not used.</p> </entry>
       
    57 </row>
       
    58 <row>
       
    59 <entry><p>8</p> </entry>
       
    60 <entry><p>Client failed to call <codeph>Open()</codeph>.</p> </entry>
       
    61 </row>
       
    62 <row>
       
    63 <entry><p>9</p> </entry>
       
    64 <entry><p>Client failed to call <codeph>Open()</codeph>.</p> </entry>
       
    65 </row>
       
    66 <row>
       
    67 <entry><p>10</p> </entry>
       
    68 <entry><p>Client code request to access an element outside the array range.</p> </entry>
       
    69 </row>
       
    70 <row>
       
    71 <entry><p>11</p> </entry>
       
    72 <entry><p>The <codeph>Open()</codeph> function has been called twice by the
       
    73 same sub-session.</p> </entry>
       
    74 </row>
       
    75 <row>
       
    76 <entry><p>12</p> </entry>
       
    77 <entry><p>The client has passed a bad phone call type.</p> </entry>
       
    78 </row>
       
    79 <row>
       
    80 <entry><p>13</p> </entry>
       
    81 <entry><p>The client has specified a bad name for a phone line or phone call
       
    82 object.</p> </entry>
       
    83 </row>
       
    84 </tbody>
       
    85 </tgroup>
       
    86 </table></conbody></concept>