Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > d56347a63be84b4de7221dfcbde94a0c > files > 1528

asio-devel-1.4.8-1.fc14.i686.rpm

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>error::basic_errors</title>
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
<link rel="start" href="../../index.html" title="Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="error__addrinfo_errors.html" title="error::addrinfo_errors">
<link rel="next" href="error__error_category.html" title="error::error_category">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr><td valign="top"><img alt="asio C++ library" width="250" height="60" src="../../asio.png"></td></tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="error__addrinfo_errors.html"><img src="../../prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../home.png" alt="Home"></a><a accesskey="n" href="error__error_category.html"><img src="../../next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
<div class="titlepage"><div><div><h3 class="title">
<a name="asio.reference.error__basic_errors"></a><a class="link" href="error__basic_errors.html" title="error::basic_errors">error::basic_errors</a>
</h3></div></div></div>
<p>
        <a class="indexterm" name="id982032"></a>
      </p>
<pre class="programlisting"><span class="keyword">enum</span> <span class="identifier">basic_errors</span>
</pre>
<p>
        <a class="indexterm" name="id982060"></a>
 <a class="indexterm" name="id982069"></a>
 <a class="indexterm" name="id982078"></a>
 <a class="indexterm" name="id982087"></a>
 <a class="indexterm" name="id982097"></a>
 <a class="indexterm" name="id982106"></a>
 <a class="indexterm" name="id982115"></a>
 <a class="indexterm" name="id982124"></a>
 <a class="indexterm" name="id982133"></a>
 <a class="indexterm" name="id982143"></a>
 <a class="indexterm" name="id982152"></a>
 <a class="indexterm" name="id982161"></a>
 <a class="indexterm" name="id982170"></a>
 <a class="indexterm" name="id982179"></a>
 <a class="indexterm" name="id982189"></a>
 <a class="indexterm" name="id982198"></a>
 <a class="indexterm" name="id982207"></a>
 <a class="indexterm" name="id982216"></a>
 <a class="indexterm" name="id982225"></a>
 <a class="indexterm" name="id982235"></a>
 <a class="indexterm" name="id982244"></a>
 <a class="indexterm" name="id982253"></a>
 <a class="indexterm" name="id982262"></a>
 <a class="indexterm" name="id982271"></a>
 <a class="indexterm" name="id982281"></a>
 <a class="indexterm" name="id982290"></a>
 <a class="indexterm" name="id982299"></a>
 <a class="indexterm" name="id982308"></a>
 <a class="indexterm" name="id982317"></a>
 <a class="indexterm" name="id982327"></a>
 <a class="indexterm" name="id982336"></a>
 <a class="indexterm" name="id982345"></a>
 <a class="indexterm" name="id982354"></a>
      </p>
<a name="asio.reference.error__basic_errors.values"></a><h5>
<a name="id982372"></a>
        <a class="link" href="error__basic_errors.html#asio.reference.error__basic_errors.values">Values</a>
      </h5>
<div class="variablelist">
<p class="title"><b></b></p>
<dl>
<dt><span class="term">access_denied</span></dt>
<dd><p>
              Permission denied.
            </p></dd>
<dt><span class="term">address_family_not_supported</span></dt>
<dd><p>
              Address family not supported by protocol.
            </p></dd>
<dt><span class="term">address_in_use</span></dt>
<dd><p>
              Address already in use.
            </p></dd>
<dt><span class="term">already_connected</span></dt>
<dd><p>
              Transport endpoint is already connected.
            </p></dd>
<dt><span class="term">already_started</span></dt>
<dd><p>
              Operation already in progress.
            </p></dd>
<dt><span class="term">broken_pipe</span></dt>
<dd><p>
              Broken pipe.
            </p></dd>
<dt><span class="term">connection_aborted</span></dt>
<dd><p>
              A connection has been aborted.
            </p></dd>
<dt><span class="term">connection_refused</span></dt>
<dd><p>
              Connection refused.
            </p></dd>
<dt><span class="term">connection_reset</span></dt>
<dd><p>
              Connection reset by peer.
            </p></dd>
<dt><span class="term">bad_descriptor</span></dt>
<dd><p>
              Bad file descriptor.
            </p></dd>
<dt><span class="term">fault</span></dt>
<dd><p>
              Bad address.
            </p></dd>
<dt><span class="term">host_unreachable</span></dt>
<dd><p>
              No route to host.
            </p></dd>
<dt><span class="term">in_progress</span></dt>
<dd><p>
              Operation now in progress.
            </p></dd>
<dt><span class="term">interrupted</span></dt>
<dd><p>
              Interrupted system call.
            </p></dd>
<dt><span class="term">invalid_argument</span></dt>
<dd><p>
              Invalid argument.
            </p></dd>
<dt><span class="term">message_size</span></dt>
<dd><p>
              Message too long.
            </p></dd>
<dt><span class="term">name_too_long</span></dt>
<dd><p>
              The name was too long.
            </p></dd>
<dt><span class="term">network_down</span></dt>
<dd><p>
              Network is down.
            </p></dd>
<dt><span class="term">network_reset</span></dt>
<dd><p>
              Network dropped connection on reset.
            </p></dd>
<dt><span class="term">network_unreachable</span></dt>
<dd><p>
              Network is unreachable.
            </p></dd>
<dt><span class="term">no_descriptors</span></dt>
<dd><p>
              Too many open files.
            </p></dd>
<dt><span class="term">no_buffer_space</span></dt>
<dd><p>
              No buffer space available.
            </p></dd>
<dt><span class="term">no_memory</span></dt>
<dd><p>
              Cannot allocate memory.
            </p></dd>
<dt><span class="term">no_permission</span></dt>
<dd><p>
              Operation not permitted.
            </p></dd>
<dt><span class="term">no_protocol_option</span></dt>
<dd><p>
              Protocol not available.
            </p></dd>
<dt><span class="term">not_connected</span></dt>
<dd><p>
              Transport endpoint is not connected.
            </p></dd>
<dt><span class="term">not_socket</span></dt>
<dd><p>
              Socket operation on non-socket.
            </p></dd>
<dt><span class="term">operation_aborted</span></dt>
<dd><p>
              Operation cancelled.
            </p></dd>
<dt><span class="term">operation_not_supported</span></dt>
<dd><p>
              Operation not supported.
            </p></dd>
<dt><span class="term">shut_down</span></dt>
<dd><p>
              Cannot send after transport endpoint shutdown.
            </p></dd>
<dt><span class="term">timed_out</span></dt>
<dd><p>
              Connection timed out.
            </p></dd>
<dt><span class="term">try_again</span></dt>
<dd><p>
              Resource temporarily unavailable.
            </p></dd>
<dt><span class="term">would_block</span></dt>
<dd><p>
              The socket is marked non-blocking and the requested operation would
              block.
            </p></dd>
</dl>
</div>
<a name="asio.reference.error__basic_errors.requirements"></a><h5>
<a name="id982847"></a>
        <a class="link" href="error__basic_errors.html#asio.reference.error__basic_errors.requirements">Requirements</a>
      </h5>
<p>
        <span class="bold"><strong>Header: </strong></span><code class="literal">asio/error.hpp</code>
      </p>
<p>
        <span class="bold"><strong>Convenience header: </strong></span><code class="literal">asio.hpp</code>
      </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright &#169; 2003 - 2010 Christopher M. Kohlhoff<p>
        Distributed under the Boost Software License, Version 1.0. (See accompanying
        file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
      </p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="error__addrinfo_errors.html"><img src="../../prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../home.png" alt="Home"></a><a accesskey="n" href="error__error_category.html"><img src="../../next.png" alt="Next"></a>
</div>
</body>
</html>