Uses of Class
de.adorsys.ledgers.oba.service.api.domain.exception.ObaErrorCode
-
Packages that use ObaErrorCode Package Description de.adorsys.ledgers.oba.service.api.domain.exception -
-
Uses of ObaErrorCode in de.adorsys.ledgers.oba.service.api.domain.exception
Methods in de.adorsys.ledgers.oba.service.api.domain.exception that return ObaErrorCode Modifier and Type Method Description static ObaErrorCodeObaErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ObaErrorCode[]ObaErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-