Package org.apache.solr.client.api.model
Class ErrorInfo
- java.lang.Object
-
- org.apache.solr.client.api.model.ErrorInfo
-
- All Implemented Interfaces:
ReflectWritable
public class ErrorInfo extends Object implements ReflectWritable
A value type representing an error.Based on the fields exposed in responses from Solr's v1/requestHandler API.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ErrorInfo.ErrorMetadata
-
Constructor Summary
Constructors Constructor Description ErrorInfo()
-
-
-
Field Detail
-
ROOT_ERROR_CLASS
public static final String ROOT_ERROR_CLASS
- See Also:
- Constant Field Values
-
ERROR_CLASS
public static final String ERROR_CLASS
- See Also:
- Constant Field Values
-
metadata
public ErrorInfo.ErrorMetadata metadata
-
msg
public String msg
-
trace
public String trace
-
code
public Integer code
-
-