GiniCaptureError

public class GiniCaptureError implements Parcelable

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

Constructors

Link copied to clipboard
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
int describeContents()
Internal use only.
Link copied to clipboard
GiniCaptureError.ErrorCode getErrorCode()
Use the ErrorCode to find the cause of the error.
Link copied to clipboard
String getMessage()
Use the error message to find out the details about the error.
Link copied to clipboard
void writeToParcel(Parcel dest, int flags)
Internal use only.

Properties

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