The SolrClientException class

(PECL solr >= 0.9.2)

Introduction

An exception thrown when there is an error while making a request to the server from the client.

Class synopsis

classSolrClientExceptionextendsSolrException {
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