php8.5
Home/ Manual/ mongodb / driver/ The MongoDB\Driver\WriteConcernError class

The MongoDB\Driver\WriteConcernError class

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

Intro

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

Class synopsis

class MongoDB\Driver\WriteConcernError { }

Properties

message

The error message.

code

The error code.

info

Additional information for the error, or null if not available.

Changelog

VersionDescription
PECL mongodb 2.3.0Added public readonly properties.

Writeconcernerror

In this section

Source: reference/mongodb/mongodb/driver/writeconcernerror.xml · from the official PHP manual (php/doc-en)