MongoDB\Driver\Monitoring\ServerHeartbeatFailedEvent::getError

(mongodb >=1.13.0)

MongoDB\Driver\Monitoring\ServerHeartbeatFailedEvent::getErrorReturns the Exception associated with the failed heartbeat

説明

final public MongoDB\Driver\Monitoring\ServerHeartbeatFailedEvent::getError(): Exception

パラメータ

この関数にはパラメータはありません。

戻り値

Returns the Exception associated with the failed heartbeat.

エラー / 例外

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top