Home
last modified time | relevance | path

Searched refs:UNHANDLED_ERROR (Results 1 – 3 of 3) sorted by relevance

/dports/devel/folly/folly-2021.12.27.00/folly/test/
H A DScopeGuardTest.cpp215 UNHANDLED_ERROR, enumerator
228 } else if (error == ErrorBehavior::UNHANDLED_ERROR) { in testFinally()
243 testFinally(ErrorBehavior::UNHANDLED_ERROR); in TEST()
292 } else if (error == ErrorBehavior::UNHANDLED_ERROR) { in testScopeFailAndScopeSuccess()
330 testScopeFailAndScopeSuccess(ErrorBehavior::UNHANDLED_ERROR, true); in TEST()
/dports/deskutils/calibre/calibre-src-5.34.0/src/pyj/read_book/
H A Dsearch_worker.pyj11 UNHANDLED_ERROR = 3
280 …send_error(UNHANDLED_ERROR, f'{e.lineno}:{e.message}' + '\n\n' + format_exception(e.error).join(''…
H A Dsearch.pyj16 CONNECT_FAILED, DB_ERROR, GET_SPINE_FAILED, UNHANDLED_ERROR, worker_main
207 elif msg.code is UNHANDLED_ERROR: