Boost.Redis

    • Introduction
    • Requests and responses
    • Serializing and parsing into custom types
    • Logging
    • Echo server benchmark
    • Comparison with other Redis clients
    • Examples
    • Reference
    • Acknowledgements
    • Changelog
  • Reference
arrow_upward

Reference

boost::redis::make_error_code

Creates a error_code object from an error.

Synopsis

Declared in <boost/redis/error.hpp>

system::error_code
make_error_code(error e);

Parameters

Name

Description

e

Error code.

Created with MrDocs