The SolrClientException class

(PECL solr >= 0.9.2)

Introdução

An exception thrown when there is an error while making a request to the server from the client.

Resumo da 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
}

Índice

To Top