RPNX::QueryGraph
Typed, memoized, concurrent query evaluation for C++23
Loading...
Searching...
No Matches
rpnx::querygraph::canonical_error_result_data Struct Reference

Serializable representation of a registered canonical error. More...

#include <graphdata.hpp>

Public Attributes

tsig m_error_typesig
 Type signature identifying the registered exception type.
 
std::vector< std::byte > m_error_data
 Exception value serialized through binary_traits.
 
std::string m_error_message
 Human-readable message returned by std::exception::what().
 

Detailed Description

Serializable representation of a registered canonical error.

Definition at line 45 of file graphdata.hpp.

Member Data Documentation

◆ m_error_data

std::vector< std::byte > rpnx::querygraph::canonical_error_result_data::m_error_data

Exception value serialized through binary_traits.

Definition at line 50 of file graphdata.hpp.

◆ m_error_message

std::string rpnx::querygraph::canonical_error_result_data::m_error_message

Human-readable message returned by std::exception::what().

Definition at line 52 of file graphdata.hpp.

◆ m_error_typesig

tsig rpnx::querygraph::canonical_error_result_data::m_error_typesig

Type signature identifying the registered exception type.

Definition at line 48 of file graphdata.hpp.


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