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