Class: Mongo::Error::PoolPausedError
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
PoolError,
Error
|
|
|
Instance Chain:
|
|
| Inherits: |
Mongo::Error::PoolError
|
| Defined in: | lib/mongo/error/pool_paused_error.rb |
Overview
Exception raised if an operation is attempted on a paused connection pool.
Class Method Summary
-
.new(address, pool) ⇒ PoolPausedError
constructor
Internal use only
Internal use only
Instantiate the new exception.
PoolError - Inherited
| .new | Instantiate the new exception. |
Instance Attribute Summary
ChangeStreamResumable - Included
| #change_stream_resumable? | Can the change stream on which this error occurred be resumed, provided the operation that triggered this error was a getMore? |