MongoDB\Driver\Monitoring\CommandFailedEvent::getRequestId
Returns the command's request ID
Description
final public string MongoDB\Driver\Monitoring\CommandFailedEvent::getRequestId()
The request ID is generated by the extension and may be used to associate
this MongoDB\Driver\Monitoring\CommandFailedEvent with
a previous
MongoDB\Driver\Monitoring\CommandStartedEvent.
Parameters
This function has no parameters.
Return Values
Returns the command's request ID.
Errors/Exceptions
- Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.