This topic can be closely related to command cancellation because often when an error is encountered, a command must be cancelled.
However, sometimes the error can be "fixed", ignored, or managed in a different way.
Some idioms for elevating errors are:
Outcome https://www.boost.org/doc/libs/1_76_0/libs/outcome/doc/html/index.html).