Module: Mongo::Error::ChangeStreamResumable
| Relationships & Source Files | |
| Extension / Inclusion / Inheritance Descendants | |
|
Included In:
::Mongo::Error,
ConnectionPerished,
CryptError,
KmsError,
MongocryptdSpawnError,
PoolClearedError,
PoolPausedError,
SocketError,
SocketTimeoutError,
::Mongo::Server::AppMetadata::Environment::MissingVariable,
::Mongo::Server::AppMetadata::Environment::TooManyEnvironments,
::Mongo::Server::AppMetadata::Environment::TypeMismatch,
::Mongo::Server::AppMetadata::Environment::ValueTooLong
| |
| Defined in: | lib/mongo/error/change_stream_resumable.rb |
Overview
A module signifying the error will always cause change stream to resume once.
Instance Attribute Summary
-
#change_stream_resumable? ⇒ true, false
readonly
Can the change stream on which this error occurred be resumed, provided the operation that triggered this error was a getMore?
Instance Attribute Details
#change_stream_resumable? ⇒ true, false (readonly)
Can the change stream on which this error occurred be resumed, provided the operation that triggered this error was a getMore?
# File 'lib/mongo/error/change_stream_resumable.rb', line 33
def change_stream_resumable? true end