La clase SolrServerException

(PECL Solr >= 1.1.0, >=2.0.0)

Introducción

Una excepción lanzada cuando hay un error producido por el propio servidor Solr.

Sinopsis de la Clase

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
}

Tabla de contenidos

To Top