GiniCaptureError

public class GiniCaptureError implements Parcelable

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

Constructors

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

Types

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

Functions

describeContents
Link copied to clipboard
int describeContents()
Internal use only.
getErrorCode
Link copied to clipboard
GiniCaptureError.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<GiniCaptureErrorCREATOR
Internal use only.