Class BlePsFtpUtils.PftpResponseError
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class BlePsFtpUtils.PftpResponseError extends Exception
one of PbPftpError codes
-
-
Constructor Summary
Constructors Constructor Description BlePsFtpUtils.PftpResponseError(String detailMessage, Integer error)
-
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 StringgetErrorName()Return enum name or null if unknown. final IntegergetError()-
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
-
-
Method Detail
-
getErrorCode
final <Error class: unknown class> getErrorCode()
Return typed enum for the error code, or null if the code is unknown
-
getErrorName
final String getErrorName()
Return enum name or null if unknown.
-
-
-
-