Exception: Moped::Errors::OperationFailure

Inherits:
PotentialReconfiguration show all
Defined in:
lib/moped/errors.rb

Overview

Exception class for exceptions generated as a direct result of an operation, such as a failed insert or an invalid command.

Constant Summary

Constants inherited from PotentialReconfiguration

PotentialReconfiguration::NOT_MASTER

Instance Attribute Summary

Attributes inherited from MongoError

#command, #command The command that generated the error., #details, #details The details about the error.

Method Summary

Methods inherited from PotentialReconfiguration

#reconfiguring_replica_set?

Methods inherited from MongoError

#initialize

Constructor Details

This class inherits a constructor from Moped::Errors::MongoError