-
- All Implemented Interfaces:
-
android.os.Parcelable
public class GiniCaptureDocumentError implements Parcelable
Internal use only.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumGiniCaptureDocumentError.ErrorCodeInternal use only.
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<GiniCaptureDocumentError>CREATOR
-
Constructor Summary
Constructors Constructor Description GiniCaptureDocumentError(String message, GiniCaptureDocumentError.ErrorCode errorCode)
-
Method Summary
Modifier and Type Method Description intdescribeContents()voidwriteToParcel(@NonNull() Parcel dest, int flags)StringgetMessage()GiniCaptureDocumentError.ErrorCodegetErrorCode()-
-
Constructor Detail
-
GiniCaptureDocumentError
GiniCaptureDocumentError(String message, GiniCaptureDocumentError.ErrorCode errorCode)
-
-
Method Detail
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(@NonNull() Parcel dest, int flags)
-
getMessage
@NonNull() String getMessage()
-
getErrorCode
@NonNull() GiniCaptureDocumentError.ErrorCode getErrorCode()
-
-
-
-