123456789_123456789_123456789_123456789_123456789_

Class: Mongo::Error::PoolClearedError

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_cleared_error.rb

Overview

Exception raised if an operation is attempted on a connection that was interrupted due to server monitor timeout.

Since:

  • 2.0.0

Class Method Summary

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?

WriteRetryable - Included

PoolError - Inherited

#address

pool's connections connect to.

#pool