Uses of Enum Class
io.github.pratiyush.totp.TOTPException.ErrorCode
Packages that use TOTPException.ErrorCode
Package
Description
Production-Ready TOTP Library - Null Safety Declaration.
-
Uses of TOTPException.ErrorCode in io.github.pratiyush.totp
Methods in io.github.pratiyush.totp that return TOTPException.ErrorCodeModifier and TypeMethodDescriptionTOTPException.getErrorCode()Returns the error code for this exception.static TOTPException.ErrorCodeReturns the enum constant of this class with the specified name.static TOTPException.ErrorCode[]TOTPException.ErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.