GiniVisionError

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

public class GiniVisionError implements Parcelable

Constructors

GiniVisionError
Link copied to clipboard

Internal use only.

void GiniVisionError(GiniVisionError.ErrorCode code, String message)

Types

ErrorCode
Link copied to clipboard

Definition of Gini Vision Library error codes.

public enum ErrorCode

Functions

describeContents
Link copied to clipboard
abstract int describeContents()

Internal use only.

int describeContents()
getErrorCode
Link copied to clipboard

Use the ErrorCode to find the cause of the error.

GiniVisionError.ErrorCode getErrorCode()
getMessage
Link copied to clipboard

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.

String getMessage()
writeToParcel
Link copied to clipboard
abstract void writeToParcel(Parcel p, int p1)

Internal use only.

void writeToParcel(Parcel dest, int flags)

Properties

CREATOR
Link copied to clipboard

Internal use only.

public final static Parcelable.Creator<GiniVisionErrorCREATOR