SolrClientException::getInternalInfo

(PECL solr >= 0.9.2)

SolrClientException::getInternalInfoReturns internal information where the Exception was thrown

Açıklama

publicSolrClientException::getInternalInfo(): array

Returns internal information where the Exception was thrown.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Returns an array containing internal information where the error was thrown. Used only for debugging by extension developers.

To Top