[#HelpResult] = HelpResult :mrdocs: Exception carrying pre‐rendered RPC help text to return to the caller. == Synopsis Declared in `<rpc/util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct HelpResult : std::runtime_error ---- == Base Classes [cols="1,4"] |=== | Name| Description | `std::runtime_error` | |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:HelpResult/2constructor.adoc[`HelpResult`] [.small]#[constructor]# | Construct the result from the fully rendered help text. | xref:HelpResult/operator_assign.adoc[`operator=`] | | xref:HelpResult/what.adoc[`what`] [.small]#[virtual]# | |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#