The SolrServerException class

(PECL Solr >= 1.1.0, >=2.0.0)

Giriş

An exception thrown when there is an error produced by the Solr Server itself.

Sınıf Sözdizimi

classSolrServerExceptionextendsSolrException {
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
}

İçindekiler

To Top