Class BlePsFtpUtils.PftpResponseError

    • 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 <Error class: unknown class> getErrorCode() Return typed enum for the error code, or null if the code is unknown
      final String getErrorName() Return enum name or null if unknown.
      final Integer getError()
      • Methods inherited from class kotlin.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

      • BlePsFtpUtils.PftpResponseError

        BlePsFtpUtils.PftpResponseError(String detailMessage, Integer error)
    • Method Detail

      • getErrorCode

         final <Error class: unknown class> getErrorCode()

        Return typed enum for the error code, or null if the code is unknown