The SolrServerException class

(PECL Solr >= 1.1.0, >=2.0.0)

Introduction

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

Class synopsis

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
}

Table of Contents

To Top