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 Summary
Constructors Constructor Description Error()
-
Method Summary
All 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()
-