Package 

Class CaptureImportInput.Error

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final FileImportValidator.Error error
      private final String message
    • Method Summary

      Modifier and Type Method Description
      final FileImportValidator.Error getError()
      final String getMessage()
      • Methods inherited from class net.gini.android.bank.sdk.capture.CaptureImportInput

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

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

      • CaptureImportInput.Error

        CaptureImportInput.Error(FileImportValidator.Error error, String message)