|
RPNX::QueryGraph
Typed, memoized, concurrent query evaluation for C++23
|
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(). | |
Serializable representation of a registered canonical error.
Definition at line 45 of file graphdata.hpp.
| 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.
| 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.
| 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.