Uses of Class
de.adorsys.ledgers.middleware.api.exception.MiddlewareErrorCode
-
Packages that use MiddlewareErrorCode Package Description de.adorsys.ledgers.middleware.api.exception -
-
Uses of MiddlewareErrorCode in de.adorsys.ledgers.middleware.api.exception
Methods in de.adorsys.ledgers.middleware.api.exception that return MiddlewareErrorCode Modifier and Type Method Description static MiddlewareErrorCodeMiddlewareErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static MiddlewareErrorCode[]MiddlewareErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.adorsys.ledgers.middleware.api.exception with parameters of type MiddlewareErrorCode Modifier and Type Method Description static Supplier<MiddlewareModuleException>MiddlewareModuleException. blockedSupplier(MiddlewareErrorCode code, String iban, boolean isRegularBlock)
-