Package com.mindee.parsing.common
Class Error
- java.lang.Object
- 
- com.mindee.parsing.common.Error
 
- 
 public class Error extends Object Error information from an API response.
- 
- 
Constructor SummaryConstructors Constructor Description Error()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCode()A code to identify it.ErrorDetailsgetDetails()Details about it.StringgetMessage()More precise information about the current error.StringtoString()
 
-