Uses of Class
com.github.hsnghrld.idpay.ErrorCode
-
Packages that use ErrorCode Package Description com.github.hsnghrld.idpay -
-
Uses of ErrorCode in com.github.hsnghrld.idpay
Methods in com.github.hsnghrld.idpay that return ErrorCode Modifier and Type Method Description static ErrorCodeErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorCode[]ErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in com.github.hsnghrld.idpay with type arguments of type ErrorCode Modifier and Type Method Description static @NotNull ArrayList<String>ErrorCode. toString(@NotNull Collection<ErrorCode> statuses)
-