| Modifier and Type | Method and Description |
|---|---|
static TppMessageInformation |
TppMessageInformation.of(MessageCategory category,
MessageErrorCode messageErrorCode) |
static TppMessageInformation |
TppMessageInformation.of(MessageCategory category,
MessageErrorCode messageErrorCode,
String text) |
static TppMessageInformation |
TppMessageInformation.of(MessageCategory category,
MessageErrorCode messageErrorCode,
String text,
String path) |
static TppMessageInformation |
TppMessageInformation.of(MessageErrorCode messageErrorCode) |
static TppMessageInformation |
TppMessageInformation.of(MessageErrorCode messageErrorCode,
String text) |
| Modifier and Type | Method and Description |
|---|---|
ResponseObject.ResponseBuilder<T> |
ResponseObject.ResponseBuilder.fail(ErrorType errorType,
TppMessageInformation... tppMessageInformation) |
| Modifier and Type | Method and Description |
|---|---|
TppMessageInformation |
MessageError.getTppMessage() |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageError.addTppMessage(TppMessageInformation tppMessageInformation) |
| Constructor and Description |
|---|
MessageError(ErrorType errorType,
TppMessageInformation... tppMessageInformation) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
Psd2ErrorMapper.getErrorText(TppMessageInformation tppMessageInformation) |
| Modifier and Type | Method and Description |
|---|---|
static ValidationResult |
ValidationResult.invalid(@NotNull ErrorType errorType,
TppMessageInformation... tppMessageInformations) |
static ValidationResult |
ValidationResult.invalid(@NotNull ErrorType errorType,
TppMessageInformation tppMessageInformation) |
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorBuildingService.enrichMessageError(MessageError messageError,
TppMessageInformation tppMessageInformation) |
Copyright © 2019. All rights reserved.