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