Php/docs/class.mongodb-driver-writeerror

提供:Dev Guides
< Php
2020年12月14日 (月) 09:25時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

(mongodb >=1.0.0)

はじめに

The MongoDB\Driver\WriteError class encapsulates information about a write error and may be returned as an array element from MongoDB\Driver\WriteResult::getWriteErrors().


クラス概要


final MongoDB\Driver\WriteError {

/* メソッド */

final public getCode ( ) : int

final public getIndex ( ) : int

final public getInfo ( ) : object|null

final public getMessage ( ) : string

}

目次