Uses of Class
de.adorsys.psd2.xs2a.core.error.MessageErrorCode
-
Packages that use MessageErrorCode Package Description de.adorsys.psd2.xs2a.core.domain de.adorsys.psd2.xs2a.core.error de.adorsys.psd2.xs2a.core.service.validator -
-
Uses of MessageErrorCode in de.adorsys.psd2.xs2a.core.domain
Methods in de.adorsys.psd2.xs2a.core.domain that return MessageErrorCode Modifier and Type Method Description MessageErrorCodeTppMessageInformation. getMessageErrorCode()Methods in de.adorsys.psd2.xs2a.core.domain that return types with arguments of type MessageErrorCode Modifier and Type Method Description Optional<MessageErrorCode>ErrorHolder. getFirstErrorCode()Methods in de.adorsys.psd2.xs2a.core.domain with parameters of type MessageErrorCode Modifier and Type Method Description static TppMessageInformationTppMessageInformation. buildWithCustomError(MessageErrorCode messageErrorCode, String text)static TppMessageInformationTppMessageInformation. of(MessageCategory category, MessageErrorCode messageErrorCode)static TppMessageInformationTppMessageInformation. of(MessageCategory category, MessageErrorCode messageErrorCode, Object... textParameters)static TppMessageInformationTppMessageInformation. of(MessageCategory category, MessageErrorCode messageErrorCode, String path, Object... textParameters)static TppMessageInformationTppMessageInformation. of(MessageErrorCode messageErrorCode)static TppMessageInformationTppMessageInformation. of(MessageErrorCode messageErrorCode, Object... textParameters)voidTppMessageInformation. setMessageErrorCode(MessageErrorCode messageErrorCode) -
Uses of MessageErrorCode in de.adorsys.psd2.xs2a.core.error
Methods in de.adorsys.psd2.xs2a.core.error that return MessageErrorCode Modifier and Type Method Description MessageErrorCodeTppMessage. getErrorCode()static MessageErrorCodeMessageErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageErrorCode[]MessageErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.adorsys.psd2.xs2a.core.error that return types with arguments of type MessageErrorCode Modifier and Type Method Description static Optional<MessageErrorCode>MessageErrorCode. getByName(String name)Constructors in de.adorsys.psd2.xs2a.core.error with parameters of type MessageErrorCode Constructor Description TppMessage(MessageErrorCode errorCode, Object... messageTextArgs)TppMessage(MessageErrorCode errorCode, String messageText, Object... messageTextArgs) -
Uses of MessageErrorCode in de.adorsys.psd2.xs2a.core.service.validator
Methods in de.adorsys.psd2.xs2a.core.service.validator with parameters of type MessageErrorCode Modifier and Type Method Description static ValidationResultValidationResult. invalid(@NotNull ErrorType errorType, MessageErrorCode messageErrorCode)
-