HoustonPutman commented on PR #1657: URL: https://github.com/apache/solr/pull/1657#issuecomment-3560405477
Ok, this PR got a good amount bigger because I refactored some error classes. Including `RemoteSolrException` (which has absorbed `RemoteExecutionException`, and might give us some issues with request retrying in the client, but ultimately I think this needed to be re-looked-at anyways) and `APIBag.ExceptionWithErrObject` which is now `SolrErrorWrappingException`. These new classes work with the ResponseUtils and SolrJ so that Users will get structured error information in their responses. But SolrJ will correctly parse errors to give good `RemoteSolrException` error messages. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
