PHP Conference Japan 2024

MongoDB\Driver\Exception\BulkWriteException 類別

(mongodb >= 1.0.0)

簡介

當批量寫入操作失敗時拋出。

類別概要

class MongoDB\Driver\Exception\BulkWriteException extends MongoDB\Driver\Exception\WriteException implements MongoDB\Driver\Exception\Exception {
/* 繼承的屬性 */
protected ?array $errorLabels;
受保護的 字串 $message = "";
私有的 字串 $string = "";
受保護的 整數 $code;
受保護的 字串 $file = "";
受保護的 整數 $line;
私有的 陣列 $trace = [];
私有的 ?Throwable $previous = null;
/* 繼承的方法 */
最終 公開的 Exception::getMessage(): 字串
最終 公開的 Exception::getCode(): 整數
最終 公開的 Exception::getFile(): 字串
最終 公開的 Exception::getLine(): 整數
最終 公開的 Exception::getTrace(): 陣列
私有的 Exception::__clone():
}
新增筆記

使用者貢獻的筆記

此頁面沒有使用者貢獻的筆記。
To Top