MongoDB\Driver
PHP Manual

The MongoDB\Driver\WriteConcernError class

(mongodb >=1.0.0)

Введение

The MongoDB\Driver\WriteConcernError class encapsulates information about a write concern error and may be returned by MongoDB\Driver\WriteResult::getWriteConcernError().

Обзор классов

final MongoDB\Driver\WriteConcernError {
/* Методы */
final public integer getCode ( void )
final public mixed getInfo ( void )
final public string getMessage ( void )
}

Содержание


MongoDB\Driver
PHP Manual