GiniVisionError

public class GiniVisionError implements Parcelable

Provides details about the error which caused the Gini Vision Library to fail.

Constructors

GiniVisionError
Link copied to clipboard
void GiniVisionError(GiniVisionError.ErrorCode code, String message)
Internal use only.

Types

ErrorCode
Link copied to clipboard
public enum ErrorCode
Definition of Gini Vision Library error codes.

Functions

describeContents
Link copied to clipboard
int describeContents()
Internal use only.
getErrorCode
Link copied to clipboard
GiniVisionError.ErrorCode getErrorCode()
Use the ErrorCode to find the cause of the error.
getMessage
Link copied to clipboard
String getMessage()
Use the error message to find out the details about the error.
writeToParcel
Link copied to clipboard
void writeToParcel(Parcel dest, int flags)
Internal use only.

Properties

CREATOR
Link copied to clipboard
public final static Parcelable.Creator<GiniVisionErrorCREATOR
Internal use only.