Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 4fccfe23f6486142b4197d1daac0cf21 > files > 133

Falcon-doc-0.9.6.6-2.fc15.noarch.rpm

<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <title>Enum NetErrorCode - Enum NetErrorCode</title>
   <link href="faldoc.css" rel="stylesheet" type="text/css"/>
   <link href="tabs.css" rel="stylesheet" type="text/css"/>
</head>
<body class="faldoc_body">
<div class="navitop">
   <div class="tabs">
      <ul>
         <li><a href="./index.html"><span>Main</span></a></li>
         <li><a href="./modules.html"><span>Modules</span></a></li>
         <li><a href="./pages.html"><span>Related pages</span></a></li>
         <li><a href="./groups.html"><span>Groups</span></a></li>
         <li><a href="./classes.html"><span>Classes</span></a></li>
         <li><a href="./objects.html"><span>Objects</span></a></li>
         <li><a href="./functions.html"><span>All functions</span></a></li>
         <li><a href="./enum.html"><span>Enumerations</span></a></li>
         
      </ul>
   </div>
</div>
<hr/>

<h1 class="faldoc_title">Enum NetErrorCode<span class="faldoc_belong"><a href="./module_feather_socket.html">[in Socket]</a></p></h1>

<p class="faldoc_brief">Network failure error categories. </p>
<p class="faldoc_funcdecl">
<b>enum</b> NetErrorCode
</p>








<a name="more"><h2 class="faldoc_title">Detailed description</h2></a>

<p class="faldoc_funcdecl">
<b>enum</b> NetErrorCode
</p>
<table class="faldoc_function">


</table>
<br/>
<p class="item_brief">Network failure error categories. </p>
<p class="faldoc_text">This error codes define macro-categories of network errors that have appened. Details are available by reading the system specific net-error. </p>
<p class="faldoc_text"> The <b><i>NetError.code</i></b> property assumes one of this values: </p>
<ul>
<li><b>generic</b>: A generic failure prevented the network layer to work altogether. I.e. it was not possible to initialize the network layer </li><li><b>resolv</b>: An error happened while trying to resolve a network address; possibly, the name resolution service was not available or failed altogether. </li><li><b>create</b>: It was impossible to create the socket. </li><li><b>send</b>: The network had an error while trying to send data. </li><li><b>receive</b>: The network had an error while receiving data from a remote host. </li><li><b>close</b>: An error was detected while closing the socket. Either the socket could not be closed (i.e. because it was already invalid) or the close sequence was disrupted by a network failure. </li><li><b>bind</b>: The required address could not be allocated by the calling process. Either the address is already busy or the bind operation required privileges not owned by the process. </li><li><b>accept</b>: The network system failed while accepting an incoming connection. This usually means that the accepting thread has become unavailable. </li>
</ul>




<hr/>
<div class="navibottom">
   <center>
      <a href="./index.html">Main</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./modules.html">Modules</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./pages.html">Related pages</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./groups.html">Groups</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./classes.html">Classes</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./objects.html">Objects</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./functions.html">All functions</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./enum.html">Enumerations</a>
   </center>
</div>
</div>
<div class="faldoc_signature">Made with <a href="http://www.falconpl.org">faldoc 2.2.0</div>
</body>
</html>