Class: Mongo::Error::ConnectionPerished
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
Error
|
|
|
Instance Chain:
self,
ChangeStreamResumable,
WriteRetryable,
Error
|
|
| Inherits: |
Error
|
| Defined in: | lib/mongo/error/connection_perished.rb |
Overview
Exception raised when trying to perform operations on a connection that experienced a network error.
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? |