| Package | Description |
|---|---|
| de.adorsys.psd2.xs2a.core.domain | |
| de.adorsys.psd2.xs2a.core.error | |
| de.adorsys.psd2.xs2a.core.service.validator |
| Modifier and Type | Method and Description |
|---|---|
static TppMessageInformation |
TppMessageInformation.buildWarning(String text) |
static TppMessageInformation |
TppMessageInformation.buildWithCustomError(MessageErrorCode messageErrorCode,
String text) |
static TppMessageInformation |
TppMessageInformation.of(MessageCategory category,
MessageErrorCode messageErrorCode) |
static TppMessageInformation |
TppMessageInformation.of(MessageCategory category,
MessageErrorCode messageErrorCode,
Object... textParameters) |
static TppMessageInformation |
TppMessageInformation.of(MessageCategory category,
MessageErrorCode messageErrorCode,
String path,
Object... textParameters) |
static TppMessageInformation |
TppMessageInformation.of(MessageErrorCode messageErrorCode) |
static TppMessageInformation |
TppMessageInformation.of(MessageErrorCode messageErrorCode,
Object... textParameters) |
| Modifier and Type | Method and Description |
|---|---|
List<TppMessageInformation> |
ErrorHolder.getTppMessageInformationList() |
| Modifier and Type | Method and Description |
|---|---|
ErrorHolder.ErrorHolderBuilder |
ErrorHolder.ErrorHolderBuilder.tppMessages(TppMessageInformation... tppMessages) |
| Modifier and Type | Method and Description |
|---|---|
TppMessageInformation |
MessageError.getTppMessage() |
| Modifier and Type | Method and Description |
|---|---|
Set<TppMessageInformation> |
MessageError.getTppMessages() |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageError.addTppMessage(TppMessageInformation tppMessageInformation) |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageError.setTppMessages(Set<TppMessageInformation> tppMessages) |
| Constructor and Description |
|---|
MessageError(ErrorType errorType,
TppMessageInformation... tppMessageInformation) |
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorMessageBuilder.enrichMessageError(MessageError messageError,
TppMessageInformation tppMessageInformation) |
static ValidationResult |
ValidationResult.invalid(@NotNull ErrorType errorType,
TppMessageInformation... tppMessageInformations) |
static ValidationResult |
ValidationResult.invalid(@NotNull ErrorType errorType,
TppMessageInformation tppMessageInformation) |
Copyright © 2020. All rights reserved.