Poplar and PopLibs
|
This exception is thrown when when running a program fails due to a system error that is likely to be transient. More...
#include <exceptions.hpp>
Public Member Functions | |
RecoveryAction | getRecoveryAction () const |
Return the action required to recover from error. | |
Additional Inherited Members | |
![]() | |
std::vector< ErrorInfo > | errors |
Additional information about why the exception was thrown. More... | |
This exception is thrown when when running a program fails due to a system error that is likely to be transient.
getRecoveryAction() indicates what to do to recover from this error.