Package org.apache.solr.client.api.model
Class ErrorInfo
java.lang.Object
org.apache.solr.client.api.model.ErrorInfo
- All Implemented Interfaces:
ReflectWritable
A value type representing an error.
Based on the fields exposed in responses from Solr's v1/requestHandler API.
-
Field Details
-
ROOT_ERROR_CLASS
- See Also:
-
ERROR_CLASS
- See Also:
-
metadata
-
code
-
errorClass
-
msg
-
trace
-
details
-
-
Constructor Details
-
ErrorInfo
public ErrorInfo()
-