ゴミ箱
Namespaces | Enumerations
error.hpp File Reference
#include <boost/beast/config.hpp>
#include <boost/beast/core/error.hpp>
#include <boost/beast/http/impl/error.ipp>

Go to the source code of this file.

Namespaces

 boost
 
 boost::beast
 
 boost::beast::http
 

Enumerations

enum  boost::beast::http::error {
  boost::beast::http::error::end_of_stream = 1, boost::beast::http::error::partial_message, boost::beast::http::error::need_more, boost::beast::http::error::unexpected_body,
  boost::beast::http::error::need_buffer, boost::beast::http::error::end_of_chunk, boost::beast::http::error::buffer_overflow, boost::beast::http::error::header_limit,
  boost::beast::http::error::body_limit, boost::beast::http::error::bad_alloc, boost::beast::http::error::bad_line_ending, boost::beast::http::error::bad_method,
  boost::beast::http::error::bad_target, boost::beast::http::error::bad_version, boost::beast::http::error::bad_status, boost::beast::http::error::bad_reason,
  boost::beast::http::error::bad_field, boost::beast::http::error::bad_value, boost::beast::http::error::bad_content_length, boost::beast::http::error::bad_transfer_encoding,
  boost::beast::http::error::bad_chunk, boost::beast::http::error::bad_chunk_extension, boost::beast::http::error::bad_obs_fold
}
 Error codes returned from HTTP algorithms and operations. More...