Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the master branch, built from commit c6a8213e9b.
PrevUpHomeNext

error::netdb_errors

enum netdb_errors

Values

host_not_found

Host not found (authoritative).

host_not_found_try_again

Host not found (non-authoritative).

no_data

The query is valid but does not have associated address data.

no_recovery

A non-recoverable error occurred.

Requirements

Header: boost/asio/error.hpp

Convenience header: boost/asio.hpp


PrevUpHomeNext