Mongo::Monitoring::Commands::CommandFailedEvent
Inherits Mongo::Monitoring::Commands::Event / Struct / Value / Object
This event is triggered when a command is rejected by the server.
Instance methods
address
Returns the server address.
command_name
Returns the command name.
duration
Returns the execution time of the event in the highest possible resolution for the platform.
operation_id
Returns the driver generated operation id. This is used to link events together such as bulk write operations. OPTIONAL.
request_id
Returns the driver generated request id.