MongoDB\Driver\WriteError::getMessageReturns the WriteError's error message 説明
final public string MongoDB\Driver\WriteError::getMessage()
パラメータこの関数にはパラメータはありません。 戻り値Returns the WriteError's error message. エラー / 例外
例例1 MongoDB\Driver\WriteError::getMessage example
上の例の出力は、 たとえば以下のようになります。 string(70) "E11000 duplicate key error index: db.collection.$_id_ dup key: { : 1 }" |