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

Canonical wrapper indicating that a subquery's parent failed. More...

#include <querygraph.hpp>

Inheritance diagram for rpnx::querygraph::debug_abi::subquery_parent_failed:

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ subquery_parent_failed()

rpnx::querygraph::debug_abi::subquery_parent_failed::subquery_parent_failed ( std::string subquery_id)
inlineexplicit

Construct an error naming the affected subquery.

Definition at line 978 of file querygraph.hpp.

References subquery_id().

Member Function Documentation

◆ subquery_id()

std::string const & rpnx::querygraph::debug_abi::subquery_parent_failed::subquery_id ( ) const
inlinenoexcept

Return the stable identifier of the affected subquery.

Definition at line 983 of file querygraph.hpp.

Referenced by subquery_parent_failed().


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