Package 

Class ResultError.Capture

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public final class ResultError.Capture
    extends ResultError
                        

    An error which occurred during the capture flow.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final GiniCaptureError giniCaptureError
    • Constructor Summary

      Constructors 
      Constructor Description
      ResultError.Capture(GiniCaptureError giniCaptureError)
    • Method Summary

      Modifier and Type Method Description
      final GiniCaptureError getGiniCaptureError()
      • Methods inherited from class net.gini.android.bank.sdk.capture.ResultError

        describeContents, writeToParcel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResultError.Capture

        ResultError.Capture(GiniCaptureError giniCaptureError)