The MongoDB\Driver\Exception\CommandException class

(mongodb >= 1.5.0)

Einführung

Thrown when a command fails.

Klassenbeschreibung

class MongoDB\Driver\Exception\CommandException extends MongoDB\Driver\Exception\ServerException implements MongoDB\Driver\Exception\Exception {
/* Eigenschaften */
public readonly object $resultDocument;
/* Geerbte Eigenschaften */
protected ?array $errorLabels;
protected string $message = "";
private string $string = "";
protected int $code;
protected string $file = "";
protected int $line;
private array $trace = [];
private ?Throwable $previous = null;
/* Methoden */
final public getResultDocument(): object
/* Geerbte Methoden */
final public Exception::getCode(): int
final public Exception::getFile(): string
final public Exception::getLine(): int
final public Exception::getTrace(): array
}

Eigenschaften

resultDocument
The result document associated with the failed command.

Changelog

Version Beschreibung
PECL mongodb 2.3.0 The resultDocument property is now public readonly.

Inhaltsverzeichnis