MongoWriteConcernException
PHP Manual

MongoWriteConcernException::getDocument

(No version information available, might only be in Git)

MongoWriteConcernException::getDocumentGet the error document

Description

public array MongoWriteConcernException::getDocument ( void )

Returns the actual response from the server that was interperated as an error.

Parameters

This function has no parameters.

Return Values

A MongoDB document, if available, as an array.


MongoWriteConcernException
PHP Manual