| 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 |
|---|---|
MessageErrorCode |
TppMessageInformation.getMessageErrorCode() |
| Modifier and Type | Method and Description |
|---|---|
Optional<MessageErrorCode> |
ErrorHolder.getFirstErrorCode() |
| Modifier and Type | Method and Description |
|---|---|
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) |
void |
TppMessageInformation.setMessageErrorCode(MessageErrorCode messageErrorCode) |
| Modifier and Type | Method and Description |
|---|---|
MessageErrorCode |
TppMessage.getErrorCode() |
static MessageErrorCode |
MessageErrorCode.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<MessageErrorCode> |
MessageErrorCode.getByName(String name) |
| Constructor and Description |
|---|
TppMessage(MessageErrorCode errorCode,
Object... messageTextArgs) |
TppMessage(MessageErrorCode errorCode,
String messageText,
Object... messageTextArgs) |
| Modifier and Type | Method and Description |
|---|---|
static ValidationResult |
ValidationResult.invalid(@NotNull ErrorType errorType,
MessageErrorCode messageErrorCode) |
Copyright © 2020. All rights reserved.