Package org.apache.solr.update
Class SolrCmdDistributor.Error
- java.lang.Object
-
- org.apache.solr.update.SolrCmdDistributor.Error
-
- Enclosing class:
- SolrCmdDistributor
public static class SolrCmdDistributor.Error extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Exception
e
SolrCmdDistributor.Req
req
NOTE: This is the request that happened to be executed when this error was triggered the error, but because of howStreamingSolrClients
usesConcurrentUpdateSolrClient
it might not actaully be the request that caused the error -- multiple requests are merged & processed as a sequential batch.int
statusCode
-
Constructor Summary
Constructors Constructor Description Error()
-
-
-
Field Detail
-
e
public Exception e
-
statusCode
public int statusCode
-
req
public SolrCmdDistributor.Req req
NOTE: This is the request that happened to be executed when this error was triggered the error, but because of howStreamingSolrClients
usesConcurrentUpdateSolrClient
it might not actaully be the request that caused the error -- multiple requests are merged & processed as a sequential batch.
-
-