GiniCaptureError

Provides details about the error which caused the Gini Capture SDK to fail.

public class GiniCaptureError implements Parcelable

Constructors

GiniCaptureError
Link copied to clipboard

Internal use only.

void GiniCaptureError(GiniCaptureError.ErrorCode code, String message)

Types

ErrorCode
Link copied to clipboard

Definition of Gini Capture SDK 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.

GiniCaptureError.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<GiniCaptureErrorCREATOR