The MongoWriteConcernException class

(PECL mongo >= 1.5.0)

소개

MongoWriteConcernException is thrown when a write fails. See Write Concerns for how to set failure thresholds.

Prior to MongoDB 2.6.0 » GLE would determin when a write failed.

클래스 개요

MongoWriteConcernException extends MongoCursorException {
/* 상속된 프로퍼티 */
protected string $message ;
protected int $code ;
protected string $file ;
protected int $line ;
/* 메소드 */
public array getDocument ( void )
/* 상속된 메소드 */
public string MongoCursorException::getHost ( void )
}

Table of Contents

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top