| 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 |
|---|---|
ResponseObject.ResponseBuilder<T> |
ResponseObject.ResponseBuilder.fail(ErrorType errorType,
TppMessageInformation... tppMessageInformation) |
ErrorHolder.ErrorHolderBuilder |
ErrorHolder.ErrorHolderBuilder.tppMessages(TppMessageInformation... tppMessages) |
| 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 |
|---|---|
Set<TppMessageInformation> |
CreateConsentRequestValidator.buildWarningMessages(@NotNull CreateConsentRequestObject request) |
| Modifier and Type | Method and Description |
|---|---|
Set<TppMessageInformation> |
TppDomainValidator.buildWarningMessages(@NotNull String urlString) |
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorBuildingService.enrichMessageError(MessageError messageError,
TppMessageInformation tppMessageInformation) |
Copyright © 2020. All rights reserved.