MongoDB\Driver\Monitoring\CommandFailedEvent::getRequestId
Returns the command's request ID
説明
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.
戻り値
Returns the command's request ID.
エラー / 例外
- Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.