Класс SolrServerException

(PECL Solr >= 1.1.0, >=2.0.0)

Введение

Исключение, возникающее в случае возникновении ошибки на самом сервере Solr.

Обзор классов

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
}

Содержание

To Top