|
RPNX::QueryGraph
Typed, memoized, concurrent query evaluation for C++23
|
Canonical wrapper indicating that a subquery's parent failed. More...
#include <querygraph.hpp>
Public Member Functions | |
| subquery_parent_failed (std::string subquery_id) | |
| Construct an error naming the affected subquery. | |
| std::string const & | subquery_id () const noexcept |
| Return the stable identifier of the affected subquery. | |
Canonical wrapper indicating that a subquery's parent failed.
The original parent failure is attached as a nested exception when available, allowing callers to inspect the causal error.
Definition at line 970 of file querygraph.hpp.
|
inlineexplicit |
Construct an error naming the affected subquery.
Definition at line 978 of file querygraph.hpp.
References subquery_id().
|
inlinenoexcept |
Return the stable identifier of the affected subquery.
Definition at line 983 of file querygraph.hpp.
Referenced by subquery_parent_failed().