MongoDB\Driver\WriteConcernError::getMessageReturns the WriteConcernError's error message Beschreibung
final public string MongoDB\Driver\WriteConcernError::getMessage
( void
)
Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteReturns the WriteConcernError's error message. Fehler/Exceptions
BeispieleBeispiel #1 MongoDB\Driver\WriteConcernError::getMessage example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: string(33) "waiting for replication timed out" Siehe auch |