(mongodb >= 1.0.0)
Levée lorsque le pilote rencontre une erreur d'exécution (par exemple, erreur interne de » libmongoc).
TransientTransactionError est présente. L'existence
d'une étiquette d'erreur spécifique doit être testée avec
MongoDB\Driver\Exception\RuntimeException::hasErrorLabel(),
au lieu d'interpréter manuellement la propriété
errorLabels.
| Version | Description |
|---|---|
| PECL mongodb 1.6.0 | La méthode MongoDB\Driver\Exception\RuntimeException::hasErrorLabel() et la propriété MongoDB\Driver\Exception\RuntimeException::errorLabels ont été ajoutées. |