Class IncodeException.CaptureRetryAttemptsExceeded

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Throwable getLastException() The error that occurred prior to this one, being the cause of the last capture attempt failure.
      Integer getTitleResId() The resource Id for the title of a screen that may appear to explain this issue to the user.
      Integer getSubtitleResId() The resource Id for the subtitle of a screen that may appear to explain this issue to the user.
      • Methods inherited from class com.incode.welcome_sdk.commons.exceptions.IncodeException

        getCause, getMessage, getWritableStackTrace, isDeviceEnvironmentException, isTerminal
      • Methods inherited from class kotlin.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

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

      • IncodeException.CaptureRetryAttemptsExceeded

        IncodeException.CaptureRetryAttemptsExceeded(Throwable lastException, Integer titleResId, Integer subtitleResId)
    • Method Detail

      • getLastException

         final Throwable getLastException()

        The error that occurred prior to this one, being the cause of the last capture attempt failure.

      • getTitleResId

         Integer getTitleResId()

        The resource Id for the title of a screen that may appear to explain this issue to the user.

      • getSubtitleResId

         Integer getSubtitleResId()

        The resource Id for the subtitle of a screen that may appear to explain this issue to the user.