enum throwmode
Description
Encode error category for new error_code.
////////////////////////////////////////////////////////////////////////
Declared at: libs/pika/errors/include/pika/errors/exception_fwd.hpp:27
Enumerators
| Name | Value | Comment |
|---|---|---|
| plain | 0 | |
| rethrow | 1 | |
| lightweight | 128 | |
| lightweight_rethrow | 129 | \condNODETAIL |