Class SearchError
- java.lang.Object
-
- com.funnelback.publicui.search.model.transaction.SearchError
-
public class SearchError extends Object
Errors occurring during a
SearchTransaction
.This class contains error that happened during input parameter processing or result transformation. If the query processor returned an error it can be found under
Error
- Since:
- 11.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SearchError.Reason
Generic reasons of errors.
-
Field Summary
Fields Modifier and Type Field Description private Exception
additionalData
The originalException
that occurred, if available.private SearchError.Reason
reason
Reason for this error.
-
Constructor Summary
Constructors Constructor Description SearchError()
-
-
-
Field Detail
-
reason
private final SearchError.Reason reason
Reason for this error.
-
-