roar
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Roar::Error Struct Reference

Holds errors that are produced asynchronously anywhere. More...

#include <error.hpp>

Collaboration diagram for Roar::Error:

Public Member Functions

std::string toString () const
 

Public Attributes

std::variant< boost::system::error_code, std::string > error
 
std::string_view additionalInfo = {}
 

Detailed Description

Holds errors that are produced asynchronously anywhere.

Member Function Documentation

◆ toString()

std::string Roar::Error::toString ( ) const
inline

Member Data Documentation

◆ additionalInfo

std::string_view Roar::Error::additionalInfo = {}

◆ error

std::variant<boost::system::error_code, std::string> Roar::Error::error

The documentation for this struct was generated from the following file: