Uses of Class
de.adorsys.aspsp.xs2a.connector.spi.impl.LedgersErrorCode
-
Packages that use LedgersErrorCode Package Description de.adorsys.aspsp.xs2a.connector.spi.impl -
-
Uses of LedgersErrorCode in de.adorsys.aspsp.xs2a.connector.spi.impl
Methods in de.adorsys.aspsp.xs2a.connector.spi.impl that return LedgersErrorCode Modifier and Type Method Description LedgersErrorCodeFeignExceptionReader. getLedgersErrorCode(feign.FeignException feignException)static LedgersErrorCodeLedgersErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static LedgersErrorCode[]LedgersErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.adorsys.aspsp.xs2a.connector.spi.impl that return types with arguments of type LedgersErrorCode Modifier and Type Method Description static Optional<LedgersErrorCode>LedgersErrorCode. getFromString(String errorCode)
-