Uses of Class
de.adorsys.psd2.xs2a.core.error.ErrorType
-
Packages that use ErrorType Package Description de.adorsys.psd2.xs2a.core.domain de.adorsys.psd2.xs2a.core.error de.adorsys.psd2.xs2a.core.service.validator -
-
Uses of ErrorType in de.adorsys.psd2.xs2a.core.domain
Methods in de.adorsys.psd2.xs2a.core.domain that return ErrorType Modifier and Type Method Description ErrorTypeErrorHolder. getErrorType()Methods in de.adorsys.psd2.xs2a.core.domain with parameters of type ErrorType Modifier and Type Method Description static ErrorHolder.ErrorHolderBuilderErrorHolder. builder(ErrorType errorType) -
Uses of ErrorType in de.adorsys.psd2.xs2a.core.error
Methods in de.adorsys.psd2.xs2a.core.error that return ErrorType Modifier and Type Method Description ErrorTypeMessageError. getErrorType()static ErrorTypeErrorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorType[]ErrorType. 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 ErrorType Modifier and Type Method Description static Optional<ErrorType>ErrorType. getByServiceTypeAndErrorCode(ServiceType serviceType, int errorCode)Methods in de.adorsys.psd2.xs2a.core.error with parameters of type ErrorType Modifier and Type Method Description voidMessageError. setErrorType(ErrorType errorType)Constructors in de.adorsys.psd2.xs2a.core.error with parameters of type ErrorType Constructor Description MessageError(ErrorType errorType, TppMessageInformation... tppMessageInformation) -
Uses of ErrorType in de.adorsys.psd2.xs2a.core.service.validator
Methods in de.adorsys.psd2.xs2a.core.service.validator with parameters of type ErrorType Modifier and Type Method Description static ValidationResultValidationResult. invalid(@NotNull ErrorType errorType, TppMessageInformation tppMessageInformation)static ValidationResultValidationResult. invalid(@NotNull ErrorType errorType, TppMessageInformation... tppMessageInformations)static ValidationResultValidationResult. invalid(@NotNull ErrorType errorType, MessageErrorCode messageErrorCode)
-