public class GiniVisionError
extends java.lang.Object
Provides details about the error which caused the Gini Vision Library to fail.
Modifier and Type | Class and Description |
---|---|
static class |
GiniVisionError.ErrorCode
Definition of Gini Vision Library error codes.
|
Modifier and Type | Method and Description |
---|---|
GiniVisionError.ErrorCode |
getErrorCode()
Use the
GiniVisionError.ErrorCode to find the cause of the error. |
java.lang.String |
getMessage()
Use the error message to find out the details about the error.
|
public GiniVisionError.ErrorCode getErrorCode()
Use the GiniVisionError.ErrorCode
to find the cause of the error.
public java.lang.String getMessage()
Use the error message to find out the details about the error.
Note: you should not show this message to the user. It is for logging and debugging purposes only.