GiniCaptureError

public class GiniCaptureError implements Parcelable

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

Constructors

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

Types

Link copied to clipboard
public enum ErrorCode
Definition of Gini Capture SDK error codes.

Functions

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

Properties

Link copied to clipboard
public final static int CONTENTS_FILE_DESCRIPTOR
Link copied to clipboard
Internal use only.
Link copied to clipboard
public final static int PARCELABLE_WRITE_RETURN_VALUE