module Mongo::ErrorCode
Constants
- BAD_VALUE
- COMMAND_NOT_FOUND_CODES
mongod/s 2.6 and above return code 59 when a command doesn't exist. mongod versions previous to 2.6 and mongos 2.4.x return no error code when a command does exist. mongos versions previous to 2.4.0 return code 13390 when a command does not exist.
- INVALID_BSON
- MULTIPLE_ERRORS_OCCURRED
- UNKNOWN_ERROR
- WRITE_CONCERN_FAILED