You are here

public function QueryInterface::getAbortMessage in Search API 8

Retrieves the error message explaining why this query was aborted, if any.

Return value

\Drupal\Component\Render\MarkupInterface|string|null An error message, if set, or NULL if none was set. Please be aware that a NULL message does not have to mean that the query was not aborted.

1 method overrides QueryInterface::getAbortMessage()
Query::getAbortMessage in src/Query/Query.php
Retrieves the error message explaining why this query was aborted, if any.

File

src/Query/QueryInterface.php, line 286

Class

QueryInterface
Represents a search query on a Search API index.

Namespace

Drupal\search_api\Query

Code

public function getAbortMessage();