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 String
getCode()
A code to identify it.ErrorDetails
getDetails()
Details about it.String
getMessage()
More precise information about the current error.String
toString()
-