Exception: Tina4::SessionHandlers::MongoWireError
- Inherits:
-
StandardError
- Object
- StandardError
- Tina4::SessionHandlers::MongoWireError
- Defined in:
- lib/tina4/session_handlers/mongo_wire_client.rb
Overview
A MongoDB command that came back with ok != 1, or a transport failure,
surfaced as an exception so the handler can tell a real error apart from a
genuine miss (an empty firstBatch). Same split RespError makes for RESP.