Module Mongo::Error::ChangeStreamResumable
In: lib/mongo/error/change_stream_resumable.rb

A module signifying the error will always cause change stream to resume once.

@since 2.6.0

Methods

Public Instance methods

Can the change stream on which this error occurred be resumed, provided the operation that triggered this error was a getMore?

@example Is the error resumable for the change stream?

  error.change_stream_resumable?

@return [ true, false ] Whether the error is resumable.

@since 2.6.0

[Validate]