$ git grep ErrorCategory::Interruption -- src/mongo/ ':!*test*'
|
src/mongo/db/periodic_runner_job_abort_expired_transactions.cpp:132: } catch (ExceptionForCat<ErrorCategory::Interruption>& ex) {
|
src/mongo/db/repl/noop_writer.cpp:121: } catch (ExceptionForCat<ErrorCategory::Interruption>& ex) {
|
src/mongo/db/repl/tenant_migration_donor_service.cpp:172: ErrorCategory::Interruption> {
|
src/mongo/db/s/config/configsvr_remove_shard_command.cpp:132: } catch (const ExceptionForCat<ErrorCategory::Interruption>&) {
|
src/mongo/db/s/config/configsvr_transition_to_dedicated_config_server_command.cpp:124: } catch (const ExceptionForCat<ErrorCategory::Interruption>&) {
|
src/mongo/db/s/ddl_lock_manager.h:128: * ErrorCategory::Interruption in case the operation context is interrupted.
|
src/mongo/db/s/ddl_lock_manager.h:158: * ErrorCategory::Interruption in case the operation context is interrupted.
|
src/mongo/db/s/sharding_ddl_coordinator.cpp:550: status.isA<ErrorCategory::Interruption>() ||
|