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 develop branch, built from commit 5a46ce5992.
PrevUpHomeNext

ssl::error::stream_errors

enum stream_errors

Values

stream_truncated

The underlying stream closed before the ssl stream gracefully shut down.

unspecified_system_error

The underlying SSL library returned a system error without providing further information.

unexpected_result

The underlying SSL library generated an unexpected result from a function call.

Requirements

Header: boost/asio/ssl/error.hpp

Convenience header: boost/asio/ssl.hpp


PrevUpHomeNext