Package com.mindee.parsing.v2
Class ErrorResponse
- java.lang.Object
-
- com.mindee.parsing.v2.ErrorResponse
-
public final class ErrorResponse extends Object
Error information from the API.
-
-
Constructor Summary
Constructors Constructor Description ErrorResponse()
ErrorResponse(String detail, int status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getDetail()
Detail relevant to the error.int
getStatus()
HTTP error code.int
hashCode()
String
toString()
For prettier display.
-