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 an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

websocket::error

Error codes returned from websocket::stream operations.

Synopsis

Defined in header <boost/beast/websocket/error.hpp>

enum error

Values

Name

Description

closed

Both sides performed a WebSocket close.

failed

WebSocket connection failed, protocol violation.

handshake_failed

Upgrade handshake failed.

buffer_overflow

buffer overflow

partial_deflate_block

partial deflate block

Description

Convenience header <boost/beast/websocket.hpp>


PrevUpHomeNext