MongoDB\Driver\WriteConcernError::getMessageReturns the WriteConcernError's error message 説明
final public string MongoDB\Driver\WriteConcernError::getMessage()
パラメータこの関数にはパラメータはありません。 戻り値Returns the WriteConcernError's error message. エラー / 例外
例例1 MongoDB\Driver\WriteConcernError::getMessage example
上の例の出力は、 たとえば以下のようになります。 string(33) "waiting for replication timed out" |