Module: Mongo::Error::WriteRetryable
| 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/write_retryable.rb |
Overview
A module signifying the error is always write retryable.
Instance Attribute Summary
- #write_retryable? ⇒ Boolean readonly
Instance Attribute Details
#write_retryable? ⇒ Boolean (readonly)
# File 'lib/mongo/error/write_retryable.rb', line 23
def write_retryable? true end