La classe SolrClientException

(PECL solr >= 0.9.2)

Introduction

Une exception est lancée lorsqu'une erreur survient pendant l'exécution d'une requête vers le serveur depuis le client.

Synopsis de la classe

classSolrClientExceptionextendsSolrException {
protectedstring$message = "";
privatestring$string = "";
protectedint$code;
protectedstring$file = "";
protectedint$line;
privatearray$trace = [];
private?Throwable$previous = null;
protectedint$sourceline;
protectedstring$zif_name;
finalpublicException::getCode(): int
finalpublicException::getLine(): int
}

Sommaire

To Top