Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > f448deafa1de20c56618e7ac9c6ef5d7 > files > 134

Falcon-doc-0.9.6.6-1.fc14.noarch.rpm

<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <title>Enum ZLibErrorCode - Enum ZLibErrorCode</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 ZLibErrorCode<span class="faldoc_belong"><a href="./module_feather_zlib.html">[in ZLib]</a></p></h1>

<p class="faldoc_brief">Error codes generated by ZLib methods. </p>
<p class="faldoc_funcdecl">
<b>enum</b> ZLibErrorCode
</p>








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

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


</table>
<br/>
<p class="item_brief">Error codes generated by ZLib methods. </p>
<p class="faldoc_text"> In case of ZLibError raised by the ZLib module function and methods, the <b><i>ZLibError.code</i></b> property assumes one of this values: </p>
<ul>
<li><b>errno</b>: Generic/unknown error. </li><li><b>stream</b>: Error in reading the ZLIB data. </li><li><b>data</b>: Error in the compression buffer. </li><li><b>memory</b>: Not enough memory to complete the operation. </li><li><b>version</b>: Version of this library is not able to handle the given compressed buffer. </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>